diff options
Diffstat (limited to 'goto.h')
-rw-r--r-- | goto.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ #include "sciteco.h" #include "parser.h" +/* + * Command states + */ + class StateLabel : public State { public: StateLabel(); |