From b745c5f88faf89af9a487b7cf0cfc362b73c0423 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 4 Jun 2016 23:44:25 +0800 Subject: Resolve - Fix variable resolution and pattern binding --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index f5dd63a3..90358661 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,9 +25,9 @@ int g_debug_indent_level = 0; bool debug_enabled() { - return true; + //return true; //return g_cur_phase != "Parse"; - //return g_cur_phase != "Parse" && g_cur_phase != "Expand"; + return g_cur_phase != "Parse" && g_cur_phase != "Expand"; //return g_cur_phase != "Parse" && g_cur_phase != "Expand" && g_cur_phase != "Resolve"; } ::std::ostream& debug_output(int indent, const char* function) -- cgit v1.2.3