aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/common.h
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-08-15 12:17:15 -0700
committerGravatar Tom Willemse2022-08-15 12:17:15 -0700
commit9080455fae1ce1625d41f5d1f20c5a0448934085 (patch)
tree1dea8d59fa44acaf4c53c60285aa9546cc20966e /clox/src/common.h
parentb30eb232f69c7cb48ce20b353f9575c4632209b6 (diff)
downloadcrafting-interpreters-master.tar.gz
crafting-interpreters-master.zip
Chapter 30.3HEADmaster
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 */