From f1a3be1c542120b01fd8273aabf8a674530df981 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 27 Mar 2015 18:15:08 -0700 Subject: 988 - those replace{} directives were a bad idea --- cpp/090debug | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/090debug') diff --git a/cpp/090debug b/cpp/090debug index ca88b86c..70d518ed 100644 --- a/cpp/090debug +++ b/cpp/090debug @@ -5,7 +5,6 @@ const int _PRINT = 99; Recipe_number["$print"] = _PRINT; assert(Next_recipe_number < _PRINT); :(before "End Primitive Recipe Implementations") -//: beware: overridden in later layers case _PRINT: { vector result(read_memory(instructions[pc].ingredients[0])); cout << result[0] << '\n'; -- cgit 1.4.1-2-gfad0