Change 29979 by [EMAIL PROTECTED] on 2007/01/25 21:01:25
Re-run embed.pl.
Affected files ...
... //depot/maint-5.8/perl/global.sym#54 edit
... //depot/maint-5.8/perl/proto.h#179 edit
Differences ...
==== //depot/maint-5.8/perl/global.sym#54 (text+w) ====
Index: perl/global.sym
--- perl/global.sym#53~29955~ 2007-01-24 10:58:36.000000000 -0800
+++ perl/global.sym 2007-01-25 13:01:25.000000000 -0800
@@ -299,6 +299,7 @@
Perl_newSLICEOP
Perl_newSTATEOP
Perl_newSUB
+Perl_newXS_flags
Perl_newXS
Perl_newAV
Perl_newAVREF
==== //depot/maint-5.8/perl/proto.h#179 (text+w) ====
Index: perl/proto.h
--- perl/proto.h#178~29974~ 2007-01-25 09:04:16.000000000 -0800
+++ perl/proto.h 2007-01-25 13:01:25.000000000 -0800
@@ -840,10 +840,7 @@
__attribute__warn_unused_result__;
PERL_CALLCONV CV* Perl_newSUB(pTHX_ I32 floor, OP* o, OP* proto, OP*
block);
-PERL_CALLCONV CV * Perl_newXS_flags(pTHX_ const char *name, XSUBADDR_t
subaddr, const char *const filename, const char *const proto, U32 flags)
- __attribute__nonnull__(pTHX_2)
- __attribute__nonnull__(pTHX_3);
-
+PERL_CALLCONV CV * Perl_newXS_flags(pTHX_ const char *name, XSUBADDR_t
subaddr, const char *const filename, const char *const proto, U32 flags);
PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char*
filename);
PERL_CALLCONV AV* Perl_newAV(pTHX)
__attribute__malloc__
End of Patch.