mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 09:47:17 +00:00
Properly export u64_type
This commit is contained in:
parent
4a05b4556e
commit
635ae3a523
@ -1613,7 +1613,7 @@ JanetTArrayView *janet_gettarray_any(const Janet *argv, int32_t n);
|
|||||||
#ifdef JANET_INT_TYPES
|
#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_s64_type;
|
extern JANET_API const JanetAbstractType janet_u64_type;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
JANET_INT_NONE,
|
JANET_INT_NONE,
|
||||||
|
Loading…
Reference in New Issue
Block a user