diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-08 01:20:37 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-08 01:20:37 +0100 |
commit | 7dbb2831b81ff0174054d30b1fc105b2113c272d (patch) | |
tree | fde5c878e2c9a89e6f41c8535034e1b16927c154 /cmdline.cpp | |
parent | 1707fcabca80e2e664bef9c02ec5cc9d793ce37b (diff) | |
download | sciteco-7dbb2831b81ff0174054d30b1fc105b2113c272d.tar.gz |
added support for labels, including the goto label table
* uses BSD tree macros, might later be abstracted to a C++ table class
Diffstat (limited to 'cmdline.cpp')
-rw-r--r-- | cmdline.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdline.cpp b/cmdline.cpp index 2135f9a..e0159ec 100644 --- a/cmdline.cpp +++ b/cmdline.cpp @@ -4,6 +4,8 @@ #include <glib/gprintf.h> #include "sciteco.h" +#include "parser.h" +#include "undo.h" static gchar *macro_echo(const gchar *macro, const gchar *prefix = ""); |