diff options
Diffstat (limited to 'goto.cpp')
-rw-r--r-- | goto.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -166,6 +166,10 @@ goto_table_clear(void) table.clear(); } +/* + * Command states + */ + StateLabel::StateLabel() : State() { transitions['\0'] = this; |