about summary refs log tree commit diff stats
path: root/071rewrite_stash.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-24 19:03:30 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-24 19:03:30 -0700
commitc43b455d24c9a9418b05245b4917b608793701a9 (patch)
treeb890f616da94e25e1539dbc92ce21e93f054c7c5 /071rewrite_stash.cc
parentfb9bcd34bfb65d69af8224cc1f75468a9f23e318 (diff)
downloadmu-c43b455d24c9a9418b05245b4917b608793701a9.tar.gz
3002
Diffstat (limited to '071rewrite_stash.cc')
-rw-r--r--071rewrite_stash.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/071rewrite_stash.cc b/071rewrite_stash.cc
index 346cc132..3fd57f12 100644
--- a/071rewrite_stash.cc
+++ b/071rewrite_stash.cc
@@ -122,6 +122,7 @@ case TO_TEXT: {
     raise << maybe(get(Recipe, r).name) << "'to-text' requires a single ingredient, but got '" << to_original_string(inst) << "'\n" << end();
     break;
   }
+  // can handle any type
   break;
 }
 :(before "End Primitive Recipe Implementations")