about summary refs log tree commit diff stats
path: root/043space.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 /043space.cc
parent7eec783e6ef16722cfa7e5631bff724742cdefb0 (diff)
downloadmu-e06dbec08d4b82af2478c288c9fe158a12ef3b1b.tar.gz
2614
Diffstat (limited to '043space.cc')
-rw-r--r--043space.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/043space.cc b/043space.cc
index 5bbda699..f8e6881b 100644
--- a/043space.cc
+++ b/043space.cc
@@ -37,7 +37,7 @@ recipe main [
 +name: assign x 1
 -name: assign default-space 1
 
-:(before "End Disqualified Reagents")
+:(before "End is_disqualified Cases")
 if (x.name == "default-space")
   x.initialized = true;
 :(before "End is_special_name Cases")
@@ -166,7 +166,7 @@ recipe main [
 # allocate space for x and y, as well as the chaining slot at 0
 +mem: array size is 3
 
-:(before "End Disqualified Reagents")
+:(before "End is_disqualified Cases")
 if (x.name == "number-of-locals")
   x.initialized = true;
 :(before "End is_special_name Cases")