summaryrefslogtreecommitdiff
path: root/embed.h
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.h
parentab2bb8aa34c9c9d6912e7103eba65d0a722bc93d (diff)
downloadperl-656489102eb44a763e82ae9961a7097021182677.tar.gz
Add a newTRYCATCHOP(); migrate the custom code out of perly.y into it
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index e7cd57377f..894fd46f6a 100644
--- a/embed.h
+++ b/embed.h
@@ -392,6 +392,7 @@
#define newSVrv(a,b) Perl_newSVrv(aTHX_ a,b)
#define newSVsv_flags(a,b) Perl_newSVsv_flags(aTHX_ a,b)
#define newSVuv(a) Perl_newSVuv(aTHX_ a)
+#define newTRYCATCHOP(a,b,c,d) Perl_newTRYCATCHOP(aTHX_ a,b,c,d)
#define newUNOP(a,b,c) Perl_newUNOP(aTHX_ a,b,c)
#define newUNOP_AUX(a,b,c,d) Perl_newUNOP_AUX(aTHX_ a,b,c,d)
#define newWHENOP(a,b) Perl_newWHENOP(aTHX_ a,b)