From 635ae3a523f68f2f25c03592137f360f290656ac Mon Sep 17 00:00:00 2001 From: Andrew Chambers Date: Tue, 17 Mar 2020 11:02:49 +1300 Subject: [PATCH] Properly export u64_type --- src/include/janet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/janet.h b/src/include/janet.h index 50f772a8..7169f0b2 100644 --- a/src/include/janet.h +++ b/src/include/janet.h @@ -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,