mirror of
https://github.com/janet-lang/janet
synced 2026-04-18 04:41:28 +00:00
Missing defines.
This commit is contained in:
@@ -350,6 +350,8 @@ extern "C" {
|
||||
|
||||
#ifdef JANET_NANBOX_64_POINTER_SHIFT
|
||||
#define JANET_NANBOX_POINTER_SHIFT_BITS (JANET_NANBOX_64_POINTER_SHIFT ? (0x4 << JANET_NANBOX_64_POINTER_SHIFT) : 0)
|
||||
#else
|
||||
#define JANET_NANBOX_POINTER_SHIFT_BITS 0
|
||||
#endif
|
||||
|
||||
#define JANET_CURRENT_CONFIG_BITS \
|
||||
|
||||
Reference in New Issue
Block a user