about summary refs log tree commit diff stats
path: root/011load.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-21 17:17:54 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-21 17:17:54 -0700
commit99a2c1a75d856b08545fb1e4a219c548a229486a (patch)
tree29e54d59c4baac9ea358562d00c9cf2b82592494 /011load.cc
parent36f17e4bf22dd8860a14b97e2bd7234cbfbbe459 (diff)
downloadmu-99a2c1a75d856b08545fb1e4a219c548a229486a.tar.gz
2054
Diffstat (limited to '011load.cc')
-rw-r--r--011load.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/011load.cc b/011load.cc
index 8afe076f..d73f1e0f 100644
--- a/011load.cc
+++ b/011load.cc
@@ -251,6 +251,7 @@ void show_rest_of_stream(istream& in) {
 //: Have tests clean up any recipes they added.
 :(before "End Globals")
 vector<recipe_ordinal> recently_added_recipes;
+long long int Reserved_for_tests = 1000;
 :(before "End Setup")
 for (long long int i = 0; i < SIZE(recently_added_recipes); ++i) {
 //?   cout << "AAA clearing " << Recipe[recently_added_recipes.at(i)].name << '\n'; //? 2