diff options
Diffstat (limited to 'grammer.cpp')
-rw-r--r-- | grammer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammer.cpp b/grammer.cpp index 808c49e..9df4703 100644 --- a/grammer.cpp +++ b/grammer.cpp @@ -4,7 +4,7 @@ using namespace Gram; -static bool debug{false}; +bool debug{false}; void Debug(std::string s) { |