summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'opnames.h')
-rw-r--r--opnames.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/opnames.h b/opnames.h
index a8a46f2396..94a6b6c96d 100644
--- a/opnames.h
+++ b/opnames.h
@@ -420,10 +420,13 @@ typedef enum opcode {
OP_CATCH = 403,
OP_PUSHDEFER = 404,
OP_ISBOOL = 405,
+ OP_ISWEAK = 406,
+ OP_WEAKEN = 407,
+ OP_UNWEAKEN = 408,
OP_max
} opcode;
-#define MAXO 406
+#define MAXO 409
#define OP_FREED MAXO
/* the OP_IS_* macros are optimized to a simple range check because