about summary refs log tree commit diff stats
path: root/043space.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-04-20 09:54:10 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-04-20 09:54:10 -0700
commit249cc0817581d5144559c4b21936eb9588282a1f (patch)
tree614e1d48c01c47ae4e8bb95da08a0e062153a8ca /043space.cc
parent13485a58eaaa64ab7d90b16a37442083da0a5d1a (diff)
downloadmu-249cc0817581d5144559c4b21936eb9588282a1f.tar.gz
2846
Diffstat (limited to '043space.cc')
-rw-r--r--043space.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/043space.cc b/043space.cc
index 51c84af6..3bb940e7 100644
--- a/043space.cc
+++ b/043space.cc
@@ -50,7 +50,7 @@ int default_space;
 default_space = 0;
 
 :(before "End canonize(x) Special-cases")
-  absolutize(x);
+absolutize(x);
 :(code)
 void absolutize(reagent& x) {
   if (is_raw(x) || is_dummy(x)) return;
@@ -131,8 +131,8 @@ def main [
 ]
 +mem: storing 35 in location 9
 
-:(after "reagent tmp" following "case GET:")
-tmp.properties.push_back(pair<string, string_tree*>("raw", NULL));
+:(after "reagent elem" following "case GET:")
+elem.properties.push_back(pair<string, string_tree*>("raw", NULL));
 
 //:: fix 'index'
 
@@ -152,8 +152,8 @@ def main [
 ]
 +mem: storing 35 in location 9
 
-:(after "reagent tmp" following "case INDEX:")
-tmp.properties.push_back(pair<string, string_tree*>("raw", NULL));
+:(after "reagent elem" following "case INDEX:")
+elem.properties.push_back(pair<string, string_tree*>("raw", NULL));
 
 //:: convenience operation to automatically deduce the amount of space to
 //:: allocate in a default space with names