aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nextlang.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nextlang.h b/nextlang.h
index 83dc7996..3f17e281 100644
--- a/nextlang.h
+++ b/nextlang.h
@@ -17,9 +17,11 @@
#define Int32_t int32_t
#define Int16_t int16_t
#define Int8_t int8_t
+#define Int_t int64_t
#define Num64_t double
#define Num32_t float
+#define Num_t double
#define String_t CORD