diff options
Diffstat (limited to 'src/parser.h')
-rw-r--r-- | src/parser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h index 9cc8f07..3505a0c 100644 --- a/src/parser.h +++ b/src/parser.h @@ -27,6 +27,8 @@ #include "undo.h" #include "sciteco.h" +namespace SciTECO { + /* TECO uses only lower 7 bits for commands */ #define MAX_TRANSITIONS 127 @@ -474,4 +476,6 @@ namespace Execute { void file(const gchar *filename, bool locals = true); } +} /* namespace SciTECO */ + #endif |