From 87f293aeef783ecafef49ed280709d125f9c1f4f Mon Sep 17 00:00:00 2001 From: John Hodge Date: Thu, 14 Jul 2016 00:08:59 +0800 Subject: Macro Rules - Rewrite, take 3 - Incomplete --- 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 85307663..38b060fb 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