about summary refs log tree commit diff stats
path: root/cpp/034exclusive_container
diff options
context:
space:
mode:
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;