aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-13 14:43:39 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-13 14:43:39 -0500
commitb3c6fb80b344b3bfe7cd6c852f306cdc1037d90d (patch)
treee6231e82293c9dd3fb78345f09d5701b06f26a4e
parent2e8f8b348a62da08d155c101be55a38e404dc4a7 (diff)
Add 'Int' -> 'Int64' and 'Num' -> 'Num64' aliases
-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