From: Nick Ing-Simmons Date: Fri, 15 Jun 2001 21:05:19 +0000 (+0000) Subject: Generated files X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=36ed54254cbe91c6051630e3440813400d44c456;p=p5sagit%2Fp5-mst-13.2.git Generated files p4raw-id: //depot/perlio@10619 --- diff --git a/embed.h b/embed.h index 40077b2..7ce30b9 100644 --- a/embed.h +++ b/embed.h @@ -101,6 +101,7 @@ #define block_gimme Perl_block_gimme #define block_start Perl_block_start #define boot_core_UNIVERSAL Perl_boot_core_UNIVERSAL +#define boot_core_PerlIO Perl_boot_core_PerlIO #define call_list Perl_call_list #define cando Perl_cando #define cast_ulong Perl_cast_ulong @@ -1629,6 +1630,7 @@ #define block_gimme() Perl_block_gimme(aTHX) #define block_start(a) Perl_block_start(aTHX_ a) #define boot_core_UNIVERSAL() Perl_boot_core_UNIVERSAL(aTHX) +#define boot_core_PerlIO() Perl_boot_core_PerlIO(aTHX) #define call_list(a,b) Perl_call_list(aTHX_ a,b) #define cando(a,b,c) Perl_cando(aTHX_ a,b,c) #define cast_ulong(a) Perl_cast_ulong(aTHX_ a) @@ -3166,6 +3168,8 @@ #define block_start Perl_block_start #define Perl_boot_core_UNIVERSAL CPerlObj::Perl_boot_core_UNIVERSAL #define boot_core_UNIVERSAL Perl_boot_core_UNIVERSAL +#define Perl_boot_core_PerlIO CPerlObj::Perl_boot_core_PerlIO +#define boot_core_PerlIO Perl_boot_core_PerlIO #define Perl_call_list CPerlObj::Perl_call_list #define call_list Perl_call_list #define Perl_cando CPerlObj::Perl_cando diff --git a/proto.h b/proto.h index 9e5494c..65b4883 100644 --- a/proto.h +++ b/proto.h @@ -91,6 +91,7 @@ PERL_CALLCONV OP* Perl_block_end(pTHX_ I32 floor, OP* seq); PERL_CALLCONV I32 Perl_block_gimme(pTHX); PERL_CALLCONV int Perl_block_start(pTHX_ int full); PERL_CALLCONV void Perl_boot_core_UNIVERSAL(pTHX); +PERL_CALLCONV void Perl_boot_core_PerlIO(pTHX); PERL_CALLCONV void Perl_call_list(pTHX_ I32 oldscope, AV* av_list); PERL_CALLCONV bool Perl_cando(pTHX_ Mode_t mode, Uid_t effective, Stat_t* statbufp); PERL_CALLCONV U32 Perl_cast_ulong(pTHX_ NV f);