summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-02-05 01:18:01 +0000
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-02-14 13:40:49 +0000
commit656489102eb44a763e82ae9961a7097021182677 (patch)
treeb3178c98027b1478eab264867e1dd624470eca83 /embed.fnc
parentab2bb8aa34c9c9d6912e7103eba65d0a722bc93d (diff)
downloadperl-656489102eb44a763e82ae9961a7097021182677.tar.gz
Add a newTRYCATCHOP(); migrate the custom code out of perly.y into it
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 5d71824fe0..24d429bbd3 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1443,6 +1443,7 @@ ApdR |OP* |newSLICEOP |I32 flags|NULLOK OP* subscript|NULLOK OP* listop
ApdR |OP* |newSTATEOP |I32 flags|NULLOK char* label|NULLOK OP* o
AdpbM |CV* |newSUB |I32 floor|NULLOK OP* o|NULLOK OP* proto \
|NULLOK OP* block
+ApdRx |OP* |newTRYCATCHOP |I32 flags|NN OP* tryblock|NN OP *catchvar|NN OP* catchblock
pd |CV * |newXS_len_flags|NULLOK const char *name|STRLEN len \
|NN XSUBADDR_t subaddr\
|NULLOK const char *const filename \