diff options
Diffstat (limited to 'goto.cpp')
-rw-r--r-- | goto.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -160,6 +160,12 @@ public: static GotoTable table; +void +goto_table_clear(void) +{ + table.clear(); +} + StateLabel::StateLabel() : State() { transitions['\0'] = this; |