summaryrefslogtreecommitdiff
path: root/src/parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/parser.h')
-rw-r--r--src/parser/parser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index 87a331711..52236294a 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -561,6 +561,10 @@ public:
}
}
+ inline void reset() {
+ d_symtab->reset();
+ }
+
/**
* Set the current symbol table used by this parser.
* From now on, this parser will perform its definitions and
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback