From 3a02da216122c890c1218fe0c5488bc477e89031 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 17 Aug 2021 20:47:18 -0700 Subject: Chapter 17.7 --- clox/src/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'clox/src/common.h') diff --git a/clox/src/common.h b/clox/src/common.h index ddab699..25fc22f 100644 --- a/clox/src/common.h +++ b/clox/src/common.h @@ -5,6 +5,7 @@ #include #include +#define DEBUG_PRINT_CODE #define DEBUG_TRACE_EXECUTION #endif -- cgit v1.2.3-54-g00ecf