X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/b4464d55c8c3facb333bef167fb547bff86d55ae..a2b41d5ca668b3be2860093f464392277e1d0034:/embed.h diff --git a/embed.h b/embed.h index 824d294..0e042ab 100644 --- a/embed.h +++ b/embed.h @@ -1383,6 +1383,7 @@ # if defined(PERL_IN_DOIO_C) #define exec_failed(a,b,c) S_exec_failed(aTHX_ a,b,c) #define ingroup(a,b) S_ingroup(aTHX_ a,b) +#define openn_setup(a,b,c,d,e,f) S_openn_setup(aTHX_ a,b,c,d,e,f) # endif # if defined(PERL_IN_DOOP_C) #define do_trans_complex(a) S_do_trans_complex(aTHX_ a)