This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extract the setup code of Perl_do_openn() into S_openn_setup().
[perl5.git] / embed.h
diff --git a/embed.h b/embed.h
index 824d294..0e042ab 100644 (file)
--- a/embed.h
+++ b/embed.h
 #  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)