diff options
Diffstat (limited to 'html/010vm.cc.html')
-rw-r--r-- | html/010vm.cc.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/html/010vm.cc.html b/html/010vm.cc.html index 6e76f36f..95a36dcf 100644 --- a/html/010vm.cc.html +++ b/html/010vm.cc.html @@ -192,8 +192,8 @@ void setup_recipes<span class="Delimiter">()</span> <span class="Delimiter">{</s <span class="Comment">//: itself.</span> <span class="Delimiter">:(before "End One-time Setup")</span> setup_recipes<span class="Delimiter">();</span> -assert<span class="Delimiter">(</span>MAX_PRIMITIVE_RECIPES < <span class="Constant">100</span><span class="Delimiter">);</span> <span class="Comment">// level 0 is primitives; until 99</span> -Next_recipe_ordinal = <span class="Constant">100</span><span class="Delimiter">;</span> +assert<span class="Delimiter">(</span>MAX_PRIMITIVE_RECIPES < <span class="Constant">200</span><span class="Delimiter">);</span> <span class="Comment">// level 0 is primitives; until 199</span> +Next_recipe_ordinal = <span class="Constant">200</span><span class="Delimiter">;</span> <span class="Comment">// End Load Recipes</span> <span class="Delimiter">:(before "End Test Run Initialization")</span> assert<span class="Delimiter">(</span>Next_recipe_ordinal < <span class="Constant">1000</span><span class="Delimiter">);</span> <span class="Comment">// recipes being tested didn't overflow into test space</span> @@ -304,8 +304,6 @@ void dump_memory<span class="Delimiter">()</span> <span class="Delimiter">{</spa <span class="Delimiter">}</span> <span class="Delimiter">}</span> <span class="Delimiter">:(before "End Includes")</span> -<span class="PreProc">#include </span><span class="Constant"><map></span> -using std::map<span class="Delimiter">;</span> <span class="PreProc">#include</span><span class="Constant"><utility></span> using std::pair<span class="Delimiter">;</span> </pre> |