about summary refs log tree commit diff stats
path: root/cpp/034exclusive_container
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-17 18:31:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-17 18:31:13 -0700
commit6ea73c227fc6479e4de64690f197ea0ae24a0bfd (patch)
treeb2bd1706744e4ec73df56c831523d0ac6564e87d /cpp/034exclusive_container
parent69f3fb0a7a9cf653209af44ab60a1e25830bc9a7 (diff)
downloadmu-6ea73c227fc6479e4de64690f197ea0ae24a0bfd.tar.gz
1084
Diffstat (limited to 'cpp/034exclusive_container')
-rw-r--r--cpp/034exclusive_container5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/034exclusive_container b/cpp/034exclusive_container
index 2c3a603d..07758694 100644
--- a/cpp/034exclusive_container
+++ b/cpp/034exclusive_container
@@ -52,3 +52,8 @@ if (t.kind == exclusive_container) {
   // ...+1 for its tag.
   return result+1;
 }
+
+:(before "End Primitive Recipe Declarations")
+MAYBE_CONVERT,
+:(before "End Primitive Recipe Numbers")
+Recipe_number["maybe-convert"] = MAYBE_CONVERT;