aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'clox/src/common.h')
-rw-r--r--clox/src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clox/src/common.h b/clox/src/common.h
index bfb76f4..b41797b 100644
--- a/clox/src/common.h
+++ b/clox/src/common.h
@@ -5,6 +5,7 @@
#include <stddef.h>
#include <stdint.h>
+#define NAN_BOXING
/* #define DEBUG_PRINT_CODE */
/* #define DEBUG_TRACE_EXECUTION */