aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'goto.cpp')
-rw-r--r--goto.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/goto.cpp b/goto.cpp
index f4d9497..a3b3dfa 100644
--- a/goto.cpp
+++ b/goto.cpp
@@ -166,6 +166,10 @@ goto_table_clear(void)
table.clear();
}
+/*
+ * Command states
+ */
+
StateLabel::StateLabel() : State()
{
transitions['\0'] = this;