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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/999spaces.cc.html b/html/999spaces.cc.html
index afc434e3..9f5b995c 100644
--- a/html/999spaces.cc.html
+++ b/html/999spaces.cc.html
@@ -13,9 +13,9 @@
 pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; }
 body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 * { font-size: 1.05em; }
+.Delimiter { color: #a04060; }
 .Constant { color: #00a0a0; }
 .Comment { color: #9090ff; }
-.Delimiter { color: #a04060; }
 .SalientComment { color: #00ffff; }
 -->
 </style>
@@ -50,7 +50,7 @@ assert<span class="Delimiter">(</span>Reserved_for_tests == <span class="Constan
 <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>
+assert<span class="Delimiter">(</span>Next_recipe_ordinal == <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>