From dcc060c7d4ef56b978beb34ddce8d8ffcec94fa6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 25 Feb 2016 17:17:20 -0800 Subject: 2706 - update html --- html/034call.cc.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'html/034call.cc.html') diff --git a/html/034call.cc.html b/html/034call.cc.html index d2664036..036ea99d 100644 --- a/html/034call.cc.html +++ b/html/034call.cc.html @@ -16,7 +16,6 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } .traceContains { color: #008000; } .SalientComment { color: #00ffff; } .cSpecial { color: #008000; } -.PreProc { color: #c000c0; } .Comment { color: #9090ff; } .Delimiter { color: #a04060; } .Special { color: #ff6060; } @@ -132,7 +131,7 @@ inline const instruction& to_instruction(cons :(after "Defined Recipe Checks") // not a primitive; check that it's present in the book of recipes if (!contains_key(Recipe, inst.operation)) { - raise_error << maybe(get(Recipe, r).name) << "undefined operation in '" << inst.to_string() << "'\n" << end(); + raise_error << maybe(get(Recipe, r).name) << "undefined operation in '" << to_string(inst) << "'\n" << end(); break; } :(replace{} "default:" following "End Primitive Recipe Implementations") @@ -200,10 +199,6 @@ while (current_step_index // todo: fail if no products returned ++current_step_index(); } - -:(before "End Includes") -#include <stack> -using std::stack; -- cgit 1.4.1-2-gfad0