aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index f013a3b9..0c8c7334 100644
--- a/parser.h
+++ b/parser.h
@@ -287,6 +287,9 @@ private:
/** Position of last error */
int err_pos;
+ /** Indication that we should skip all blocks */
+ bool cancellation_requested;
+
/** Stack of execution contexts. We own these pointers and must delete them */
std::vector<parse_execution_context_t *> execution_contexts;