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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/clox/src/common.h b/clox/src/common.h
index 6dd187a..bfb76f4 100644
--- a/clox/src/common.h
+++ b/clox/src/common.h
@@ -5,11 +5,11 @@
#include <stddef.h>
#include <stdint.h>
-#define DEBUG_PRINT_CODE
-#define DEBUG_TRACE_EXECUTION
+/* #define DEBUG_PRINT_CODE */
+/* #define DEBUG_TRACE_EXECUTION */
-#define DEBUG_STRESS_GC
-#define DEBUG_LOG_GC
+/* #define DEBUG_STRESS_GC */
+/* #define DEBUG_LOG_GC */
#define UINT8_COUNT (UINT8_MAX + 1)