diff options
Diffstat (limited to 'staptree.h')
-rw-r--r-- | staptree.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ #include <iostream> #include <stdexcept> +extern bool verbose; struct token; // parse.h struct semantic_error: public std::runtime_error |