aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.h
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.h
parent049d75520a89fb081ff8b3c0de8dc65c20e1db70 (diff)
downloadsciteco-204f8280f0b6c7f2d81b05a2317d9f03f0abdce5.tar.gz
added comments
Diffstat (limited to 'goto.h')
-rw-r--r--goto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/goto.h b/goto.h
index 0a83406..cfa5c50 100644
--- a/goto.h
+++ b/goto.h
@@ -6,6 +6,10 @@
#include "sciteco.h"
#include "parser.h"
+/*
+ * Command states
+ */
+
class StateLabel : public State {
public:
StateLabel();