about summary refs log tree commit diff stats
path: root/061recipe.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-01-29 21:58:00 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-01-29 21:58:00 -0800
commite06dbec08d4b82af2478c288c9fe158a12ef3b1b (patch)
treef04cc2e23841b7b5c312c1dd3a7e93075f43e1fd /061recipe.cc
parent7eec783e6ef16722cfa7e5631bff724742cdefb0 (diff)
downloadmu-e06dbec08d4b82af2478c288c9fe158a12ef3b1b.tar.gz
2614
Diffstat (limited to '061recipe.cc')
-rw-r--r--061recipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/061recipe.cc b/061recipe.cc
index c56b5e27..0b4686dc 100644
--- a/061recipe.cc
+++ b/061recipe.cc
@@ -31,7 +31,7 @@ put(Type_ordinal, "recipe-literal", 0);
 type_ordinal recipe = put(Type_ordinal, "recipe", Next_type_ordinal++);
 get_or_insert(Type, recipe).name = "recipe";
 
-:(before "End transform_names Exceptions")
+:(before "End Null-type is_disqualified Exceptions")
 if (!x.properties.at(0).second && contains_key(Recipe_ordinal, x.name)) {
   x.properties.at(0).second = new string_tree("recipe-literal");
   x.type = new type_tree(get(Type_ordinal, "recipe-literal"));