diff options
Diffstat (limited to 'src/parser.cpp')
-rw-r--r-- | src/parser.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 6350174..83638fc 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -40,6 +40,8 @@ #include "spawn.h" #include "cmdline.h" +namespace SciTECO { + //#define DEBUG gint macro_pc = 0; @@ -2165,3 +2167,5 @@ StateInsert::done(const gchar *str) /* nothing to be done when done */ return &States::start; } + +} /* namespace SciTECO */ |