From 850822ffbfd441d05161452be28b54f882b1b378 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 1 Nov 2017 03:41:16 -0700 Subject: 4102 --- html/085scenario_console.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/085scenario_console.cc.html') diff --git a/html/085scenario_console.cc.html b/html/085scenario_console.cc.html index 0f8b3cda..5a7fd154 100644 --- a/html/085scenario_console.cc.html +++ b/html/085scenario_console.cc.html @@ -101,7 +101,7 @@ if ('onhashchange' in window) { 39 :(before "End Special Scenario Variable Names(r)") 40 Name[r]["console"] = CONSOLE; 41 //: make 'console' always a raw location in scenarios - 42 :(before "End is_special_name Special-cases") + 42 :(before "End is_special_name Special-cases") 43 if (s == "console") return true; 44 45 :(before "End Primitive Recipe Declarations") @@ -115,7 +115,7 @@ if ('onhashchange' in window) { 53 :(before "End Primitive Recipe Implementations") 54 case ASSUME_CONSOLE: { 55 // create a temporary recipe just for parsing; it won't contain valid instructions - 56 istringstream in("[" + current_instruction().ingredients.at(0).name + "]"); + 56 istringstream in("[" + current_instruction().ingredients.at(0).name + "]"); 57 recipe r; 58 slurp_body(in, r); 59 int num_events = count_events(r); -- cgit 1.4.1-2-gfad0