aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/common.h
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-22 01:09:11 -0700
committerGravatar Tom Willemse2021-07-22 01:09:11 -0700
commit50473e5ab573d85b1a555874332f6aecdd36f659 (patch)
tree4371889b4ee894a8cb9413def9726896f53e45e2 /clox/src/common.h
parent7fe0c7f639ca15312f2ed5a77beddfdb0ada1ae6 (diff)
downloadcrafting-interpreters-50473e5ab573d85b1a555874332f6aecdd36f659.tar.gz
crafting-interpreters-50473e5ab573d85b1a555874332f6aecdd36f659.zip
Chapter 15.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 c827b76..ddab699 100644
--- a/clox/src/common.h
+++ b/clox/src/common.h
@@ -5,4 +5,6 @@
#include <stddef.h>
#include <stdint.h>
+#define DEBUG_TRACE_EXECUTION
+
#endif