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:58:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-04-20 09:58:27 -0700
commitfb1fcbc99e0383c9d5ac45eb75bb8fc76ea8a62c (patch)
tree3626fcbbc2fe4f29b6f735af5931a285175bf581 /043space.cc
parent249cc0817581d5144559c4b21936eb9588282a1f (diff)
downloadmu-fb1fcbc99e0383c9d5ac45eb75bb8fc76ea8a62c.tar.gz
2847
Diffstat (limited to '043space.cc')
-rw-r--r--043space.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/043space.cc b/043space.cc
index 3bb940e7..151c23cd 100644
--- a/043space.cc
+++ b/043space.cc
@@ -131,8 +131,8 @@ def main [
 ]
 +mem: storing 35 in location 9
 
-:(after "reagent elem" following "case GET:")
-elem.properties.push_back(pair<string, string_tree*>("raw", NULL));
+:(before "Read element" following "case GET:")
+element.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 elem" following "case INDEX:")
-elem.properties.push_back(pair<string, string_tree*>("raw", NULL));
+:(before "Read element" following "case INDEX:")
+element.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