about summary refs log tree commit diff stats
path: root/html/999spaces.cc.html
diff options
context:
space:
mode:
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>