summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-12-03 21:23:00 +0000
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-12-08 00:05:10 +0000
commitd2817bd771b5f4a948f1a5395803b7d795453c07 (patch)
tree4dcff879f83d688917b30fd34b9d4bd35238c03b /opnames.h
parentb2d0d92ba8eefbcb5afd8e04a8f263b4938f26ef (diff)
downloadperl-d2817bd771b5f4a948f1a5395803b7d795453c07.tar.gz
Add builtin::blessed, refaddr and reftype
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 94a6b6c96d..cfad87aaf7 100644
--- a/opnames.h
+++ b/opnames.h
@@ -423,10 +423,13 @@ typedef enum opcode {
OP_ISWEAK = 406,
OP_WEAKEN = 407,
OP_UNWEAKEN = 408,
+ OP_BLESSED = 409,
+ OP_REFADDR = 410,
+ OP_REFTYPE = 411,
OP_max
} opcode;
-#define MAXO 409
+#define MAXO 412
#define OP_FREED MAXO
/* the OP_IS_* macros are optimized to a simple range check because