aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-08 18:19:34 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-08 18:19:34 +0100
commit204f8280f0b6c7f2d81b05a2317d9f03f0abdce5 (patch)
tree21f380c328fbbf3d8b60298e72b061eccbbad507 /goto.cpp
parent049d75520a89fb081ff8b3c0de8dc65c20e1db70 (diff)
downloadsciteco-204f8280f0b6c7f2d81b05a2317d9f03f0abdce5.tar.gz
added comments
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;