1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 15:13:16 +00:00

Merge pull request #315 from andrewchambers/u64

Properly export u64_type
This commit is contained in:
Calvin Rose 2020-03-16 17:15:20 -05:00 committed by GitHub
commit 7443305039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1613,7 +1613,7 @@ JanetTArrayView *janet_gettarray_any(const Janet *argv, int32_t n);
#ifdef JANET_INT_TYPES
extern JANET_API const JanetAbstractType janet_s64_type;
extern JANET_API const JanetAbstractType janet_s64_type;
extern JANET_API const JanetAbstractType janet_u64_type;
typedef enum {
JANET_INT_NONE,