From 82ac0b7ecbc145ed8c8ecd8309166f654af1ee75 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 14 Apr 2015 19:06:57 -0700 Subject: 1063 - variable names for surrounding spaces now work This was a pain to debug. --- cpp/026new | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/026new') diff --git a/cpp/026new b/cpp/026new index 02196c49..e75d4148 100644 --- a/cpp/026new +++ b/cpp/026new @@ -45,6 +45,7 @@ Next_recipe_number++; :(before "End Primitive Recipe Implementations") case NEW: { vector result; + trace("mem") << "new alloc: " << Current_routine->alloc; result.push_back(Current_routine->alloc); write_memory(instructions[pc].products[0], result); vector types; -- cgit 1.4.1-2-gfad0