From 2b4eb0cc63a42ca6e29728409444441d6af03ffa Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 19 Jun 2016 09:55:29 -0700 Subject: 3062 --- 053recipe_header.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '053recipe_header.cc') diff --git a/053recipe_header.cc b/053recipe_header.cc index aebd9193..06abcc4b 100644 --- a/053recipe_header.cc +++ b/053recipe_header.cc @@ -156,6 +156,10 @@ if (curr.name == "load-ingredients") { curr.clear(); } } +if (curr.name == "next-ingredient-without-typechecking") { + raise << maybe(result.name) << "never call 'next-ingredient-without-typechecking' directly\n" << end(); + curr.clear(); +} //: internal version of next-ingredient; don't call this directly :(before "End Primitive Recipe Declarations") -- cgit 1.4.1-2-gfad0