diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-13 14:43:39 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-13 14:43:39 -0500 |
| commit | b3c6fb80b344b3bfe7cd6c852f306cdc1037d90d (patch) | |
| tree | e6231e82293c9dd3fb78345f09d5701b06f26a4e /nextlang.h | |
| parent | 2e8f8b348a62da08d155c101be55a38e404dc4a7 (diff) | |
Add 'Int' -> 'Int64' and 'Num' -> 'Num64' aliases
Diffstat (limited to 'nextlang.h')
| -rw-r--r-- | nextlang.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
