about summary refs log tree commit diff stats
path: root/html/999spaces.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-18 15:22:49 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-18 15:22:49 -0700
commit762b099ef6c6ad5b6b61d29e473baa6df8d64ab9 (patch)
tree8075befbcc8ef2784616c4937793ebed9d21123d /html/999spaces.cc.html
parent614ea44bc2708a687ba10b162a6dc70e48dfac59 (diff)
downloadmu-762b099ef6c6ad5b6b61d29e473baa6df8d64ab9.tar.gz
1818
Diffstat (limited to 'html/999spaces.cc.html')
-rw-r--r--html/999spaces.cc.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/html/999spaces.cc.html b/html/999spaces.cc.html
index 784a5cd5..afc434e3 100644
--- a/html/999spaces.cc.html
+++ b/html/999spaces.cc.html
@@ -47,8 +47,10 @@ assert<span class="Delimiter">(</span>Reserved_for_tests == <span class="Constan
 <span class="SalientComment">//:: Recipes</span>
 <span class="Comment">//:</span>
 <span class="Comment">//: 0 - unused (IDLE; do nothing)</span>
-<span class="Comment">//: 1-99 - primitives</span>
-<span class="Comment">//: 100-999 - defined in .mu files as sequences of primitives</span>
+<span class="Comment">//: 1-199 - primitives</span>
+assert<span class="Delimiter">(</span>MAX_PRIMITIVE_RECIPES &lt; <span class="Constant">200</span><span class="Delimiter">);</span>
+<span class="Comment">//: 200-999 - defined in .mu files as sequences of primitives</span>
+assert<span class="Delimiter">(</span>Next_recipe_ordinal &lt; <span class="Constant">1000</span><span class="Delimiter">);</span>
 <span class="Comment">//: 1000 onwards - reserved for tests, cleared between tests</span>
 
 <span class="SalientComment">//:: Depths for tracing</span>