summaryrefslogtreecommitdiffstats
path: root/vmop.h
diff options
context:
space:
mode:
Diffstat (limited to 'vmop.h')
-rw-r--r--vmop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vmop.h b/vmop.h
index 70e166e3..804da5be 100644
--- a/vmop.h
+++ b/vmop.h
@@ -32,6 +32,7 @@ typedef enum { /* do NOT start at 0 to detect uninitialized types after calloc(
*/
opcode_OR = ctok_OR,
opcode_AND = ctok_AND,
+ opcode_STRADD= ctok_STRADD,
opcode_PLUS = ctok_PLUS,
opcode_MINUS = ctok_MINUS,
opcode_TIMES = ctok_TIMES, /* "*" */