aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index e9ef59b..e7bbd1e 100644
--- a/parser.h
+++ b/parser.h
@@ -6,6 +6,9 @@
#include "sciteco.h"
+/* TECO uses only lower 7 bits for commands */
+#define MAX_TRANSITIONS 127
+
class State {
protected:
/* static transitions */