From 50473e5ab573d85b1a555874332f6aecdd36f659 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 22 Jul 2021 01:09:11 -0700 Subject: Chapter 15.1 --- clox/src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clox/src/common.h') 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 #include +#define DEBUG_TRACE_EXECUTION + #endif -- cgit v1.2.3-54-g00ecf