about summary refs log tree commit diff stats
path: root/043space.cc
diff options
context:
space:
mode:
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