aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/datatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/datatypes.h')
-rw-r--r--src/stdlib/datatypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/datatypes.h b/src/stdlib/datatypes.h
index 60b5dd55..caabdacd 100644
--- a/src/stdlib/datatypes.h
+++ b/src/stdlib/datatypes.h
@@ -30,7 +30,7 @@
typedef union {
int64_t small;
- mpz_t *big;
+ __mpz_struct *big;
} Int_t;
#define OptionalInt_t Int_t