From 204f8280f0b6c7f2d81b05a2317d9f03f0abdce5 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 8 Nov 2012 18:19:34 +0100 Subject: added comments --- goto.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'goto.cpp') 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; -- cgit v1.2.3