From 267b52814ef870b40a3f87bc36db52aac0d79a23 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 4 Feb 2022 23:21:33 -0500 Subject: bugfix, planning static variables --- 05/constants.b | 3 +++ 1 file changed, 3 insertions(+) (limited to '05/constants.b') diff --git a/05/constants.b b/05/constants.b index ca3bda9..cc48e3c 100644 --- a/05/constants.b +++ b/05/constants.b @@ -10,6 +10,9 @@ #define RWDATA_END 0x1000000 #define EXECUTABLE_SIZE 0x1000000 +; "* 15 nesting levels of compound statements, iteration control structures, and selection control structures" C89 ยง 2.2.4.1 +#define BLOCK_DEPTH_LIMIT 16 + ; C OPERATOR PRECEDENCE ; lowest ; 1 , -- cgit v1.2.3