summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/opnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/opnames.h')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/opnames.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/opnames.h b/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/opnames.h
index 0e325466d1..f6c1552a52 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/opnames.h
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/CORE/opnames.h
@@ -414,10 +414,14 @@ typedef enum opcode {
OP_ISA = 397,
OP_CMPCHAIN_AND = 398,
OP_CMPCHAIN_DUP = 399,
+ OP_ENTERTRYCATCH = 400,
+ OP_LEAVETRYCATCH = 401,
+ OP_POPTRY = 402,
+ OP_CATCH = 403,
OP_max
} opcode;
-#define MAXO 400
+#define MAXO 404
#define OP_FREED MAXO
/* the OP_IS_* macros are optimized to a simple range check because