about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-28 23:11:21 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-28 23:12:19 -0800
commit87f1cf600731f58b6404ad30752b29ec26c32699 (patch)
tree14946e0baf57db64cecd466e9e227d989da39e2b /030container.cc
parent266230ef79dc1040393597d9fc6352f8f80b5e5d (diff)
downloadmu-87f1cf600731f58b6404ad30752b29ec26c32699.tar.gz
2501
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/030container.cc b/030container.cc
index ca95be07..04be418c 100644
--- a/030container.cc
+++ b/030container.cc
@@ -528,7 +528,9 @@ container bar [
 $error: 0
 
 :(after "Begin Instruction Modifying Transforms")
+// Begin Type Modifying Transforms
 Transform.push_back(check_or_set_invalid_types);  // idempotent
+// End Type Modifying Transforms
 
 :(code)
 void check_or_set_invalid_types(const recipe_ordinal r) {