about summary refs log tree commit diff stats
path: root/999spaces.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-28 21:53:51 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-28 21:53:51 -0800
commita1b06887864811a3fa95a0caf4c95dd07321b52d (patch)
treeff10a3ea9a9edc46a7eaaa6f1e3eea584a6902ab /999spaces.cc
parentdfdfc7e94af9cc304c94e2acff3238befe463f39 (diff)
downloadmu-a1b06887864811a3fa95a0caf4c95dd07321b52d.tar.gz
2493 - eliminate a couple of dependencies
In general you only want to specify one transform in terms of
(before/after) another if the other direction wouldn't work. Otherwise
try to make it work by just pushing transforms at the start/end of the
list.
Diffstat (limited to '999spaces.cc')
-rw-r--r--999spaces.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/999spaces.cc b/999spaces.cc
index 18670da1..55d0882c 100644
--- a/999spaces.cc
+++ b/999spaces.cc
@@ -39,7 +39,7 @@ assert(Max_callstack_depth == 9989);
 //:  ↓ ↳ 56.4 fill in reply ingredients
 //:  ↳ 52.2 check fragments
 //:
-//:  ↱ 41 transform labels
+//: 41 transform labels
 //: 40 transform braces
 //:
 //:  ↱ 48 check types by name
@@ -51,6 +51,6 @@ assert(Max_callstack_depth == 9989);
 //:  ↳ 42 transform names
 //: ---
 //: 13 update inst.operation
-//:  ↳ 21 check inst
-//:    ↳ 43 transform 'new' to 'allocate'
+//: 21 check inst
+//: ↳ 43 transform 'new' to 'allocate'
 //: end transforms