aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/common.h
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-10-21 20:00:19 -0700
committerGravatar Tom Willemse2021-10-21 20:00:19 -0700
commitdf1985ae846b35e14dc29dc7cf34861237d814c6 (patch)
tree661791a9d8a951a3b73efd509d4cc67d1fb64634 /clox/src/common.h
parent26b418d25485f67b06fa70f3c32c151c26572f13 (diff)
downloadcrafting-interpreters-df1985ae846b35e14dc29dc7cf34861237d814c6.tar.gz
crafting-interpreters-df1985ae846b35e14dc29dc7cf34861237d814c6.zip
Cahapter 22.1
Diffstat (limited to 'clox/src/common.h')
-rw-r--r--clox/src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clox/src/common.h b/clox/src/common.h
index 25fc22f..5cd0cf4 100644
--- a/clox/src/common.h
+++ b/clox/src/common.h
@@ -8,4 +8,6 @@
#define DEBUG_PRINT_CODE
#define DEBUG_TRACE_EXECUTION
+#define UINT8_COUNT (UINT8_MAX + 1)
+
#endif