diff options
Diffstat (limited to 'goto.h')
-rw-r--r-- | goto.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -71,7 +71,10 @@ public: #endif }; -extern GotoTable *goto_table; +namespace Goto { + extern GotoTable *table; + extern gchar *skip_label; +} /* * Command states |