about summary refs log tree commit diff stats
path: root/052tangle.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-28 22:17:47 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-28 22:17:47 -0800
commit215365d427c73001d83e8e598d9fc15745203f5c (patch)
treef9bf1fbbaa65984c26f517adc9fb0f72f1fbcf7d /052tangle.cc
parenta1b06887864811a3fa95a0caf4c95dd07321b52d (diff)
downloadmu-215365d427c73001d83e8e598d9fc15745203f5c.tar.gz
2494
Some more structure to transforms, and flattening of dependencies
between them.
Diffstat (limited to '052tangle.cc')
-rw-r--r--052tangle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/052tangle.cc b/052tangle.cc
index 36284904..efbbbead 100644
--- a/052tangle.cc
+++ b/052tangle.cc
@@ -54,7 +54,7 @@ else if (command == "after") {
 
 //: after all recipes are loaded, insert fragments at appropriate labels.
 
-:(after "Begin Transforms")
+:(after "Begin Instruction Inserting/Deleting Transforms")
 Transform.push_back(insert_fragments);  // NOT idempotent
 
 //: We might need to perform multiple passes, in case inserted fragments