From df1985ae846b35e14dc29dc7cf34861237d814c6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 21 Oct 2021 20:00:19 -0700 Subject: Cahapter 22.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 25fc22f..5cd0cf4 100644 --- a/clox/src/common.h +++ b/clox/src/common.h @@ -8,4 +8,6 @@ #define DEBUG_PRINT_CODE #define DEBUG_TRACE_EXECUTION +#define UINT8_COUNT (UINT8_MAX + 1) + #endif -- cgit v1.2.3-54-g00ecf