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.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