From 762b099ef6c6ad5b6b61d29e473baa6df8d64ab9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 18 Jul 2015 15:22:49 -0700 Subject: 1818 --- html/010vm.cc.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'html/010vm.cc.html') 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() {//: itself. :(before "End One-time Setup") setup_recipes(); -assert(MAX_PRIMITIVE_RECIPES < 100); // level 0 is primitives; until 99 -Next_recipe_ordinal = 100; +assert(MAX_PRIMITIVE_RECIPES < 200); // level 0 is primitives; until 199 +Next_recipe_ordinal = 200; // End Load Recipes :(before "End Test Run Initialization") assert(Next_recipe_ordinal < 1000); // recipes being tested didn't overflow into test space @@ -304,8 +304,6 @@ void dump_memory() {} } :(before "End Includes") -#include <map> -using std::map; #include<utility> using std::pair; -- cgit 1.4.1-2-gfad0