aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/archetype/keywords.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/archetype/keywords.h')
-rw-r--r--engines/glk/archetype/keywords.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/glk/archetype/keywords.h b/engines/glk/archetype/keywords.h
index f36c66e20b..118a119dec 100644
--- a/engines/glk/archetype/keywords.h
+++ b/engines/glk/archetype/keywords.h
@@ -77,6 +77,7 @@ enum ReservedWordId {
};
enum OperatorId {
+ OP_NOP = 0,
OP_CONCAT = 1,
OP_C_CONCAT = 2,
OP_MULTIPLY = 3,