From cdd3562534e16e8e6678f841958cdcf0c26b267c Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 20 Aug 2016 14:31:09 +0800 Subject: Debug - Reduce amount of debug spam --- src/parse/lex.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/parse') diff --git a/src/parse/lex.cpp b/src/parse/lex.cpp index c5b5c11f..ee453579 100644 --- a/src/parse/lex.cpp +++ b/src/parse/lex.cpp @@ -20,8 +20,9 @@ #include #include // std::count -//const bool DEBUG_PRINT_TOKENS = false; -const bool DEBUG_PRINT_TOKENS = true; +const bool DEBUG_PRINT_TOKENS = false; +//const bool DEBUG_PRINT_TOKENS = true; +//#define DEBUG_PRINT_TOKENS debug_enabled("Lexer Tokens") Lexer::Lexer(const ::std::string& filename): m_path(filename.c_str()), -- cgit v1.2.3