1
0
mirror of https://github.com/janet-lang/janet synced 2026-04-18 04:41:28 +00:00

Missing defines.

This commit is contained in:
Calvin Rose
2026-03-23 10:25:56 -05:00
parent d2656ac187
commit 095ba00922

View File

@@ -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 \