diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-19 22:30:17 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-20 06:07:33 +0100 |
commit | 6bf314fa5193872e26e3eaabe222ee1e2a823c08 (patch) | |
tree | 11791308915b3d2e42ed9db81ff28fd3ed441eee /goto.h | |
parent | 90f203bff189706c2dec34482475b89d0a232597 (diff) | |
download | sciteco-6bf314fa5193872e26e3eaabe222ee1e2a823c08.tar.gz |
goto table cleanup
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 |