summaryrefslogtreecommitdiff
path: root/05/constants.b
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-04 23:21:33 -0500
committerpommicket <pommicket@gmail.com>2022-02-04 23:21:33 -0500
commit267b52814ef870b40a3f87bc36db52aac0d79a23 (patch)
treefd56e8eda7a112d6711bcec61007d04921ea7656 /05/constants.b
parentd75b4154d375e4012a15be461edfc424a0377214 (diff)
bugfix, planning static variables
Diffstat (limited to '05/constants.b')
-rw-r--r--05/constants.b3
1 files changed, 3 insertions, 0 deletions
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 ,