about summary refs log tree commit diff stats
path: root/046global.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-01-29 21:58:00 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-01-29 21:58:00 -0800
commite06dbec08d4b82af2478c288c9fe158a12ef3b1b (patch)
treef04cc2e23841b7b5c312c1dd3a7e93075f43e1fd /046global.cc
parent7eec783e6ef16722cfa7e5631bff724742cdefb0 (diff)
downloadmu-e06dbec08d4b82af2478c288c9fe158a12ef3b1b.tar.gz
2614
Diffstat (limited to '046global.cc')
-rw-r--r--046global.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/046global.cc b/046global.cc
index 87a39937..ff91c88d 100644
--- a/046global.cc
+++ b/046global.cc
@@ -23,7 +23,7 @@ recipe main [
 +mem: storing 24 in location 23
 
 //: to support it, create another special variable called global space
-:(before "End Disqualified Reagents")
+:(before "End is_disqualified Cases")
 if (x.name == "global-space")
   x.initialized = true;
 :(before "End is_special_name Cases")