X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=objXSUB.h;h=5827b7225c960fa744e01978968aeeae951d0bb5;hb=6ac94dd724117eebd4840593a6c1fc07770a26fb;hp=3e0ccce4a934fa59d087d4f817ad4ed48f6a58ea;hpb=436933950535d3942db23a87c1a6344f566a9af4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/objXSUB.h b/objXSUB.h index 3e0ccce..5827b72 100644 --- a/objXSUB.h +++ b/objXSUB.h @@ -1,4 +1,4 @@ -/* !!!!!!! DO NOT EDIT THIS FILE !!!!!!! +/* !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by embed.pl from data in embed.pl, pp.sym, intrpvar.h, perlvars.h and thrdvar.h. Any changes made here will be lost! */ @@ -1101,6 +1101,10 @@ #define Perl_newSVpvn pPerl->Perl_newSVpvn #undef newSVpvn #define newSVpvn Perl_newSVpvn +#undef Perl_newSVpvn_share +#define Perl_newSVpvn_share pPerl->Perl_newSVpvn_share +#undef newSVpvn_share +#define newSVpvn_share Perl_newSVpvn_share #undef Perl_newSVpvf #define Perl_newSVpvf pPerl->Perl_newSVpvf #undef newSVpvf @@ -1865,6 +1869,10 @@ #define Perl_bytes_to_utf8 pPerl->Perl_bytes_to_utf8 #undef bytes_to_utf8 #define bytes_to_utf8 Perl_bytes_to_utf8 +#undef Perl_utf8_to_uv_simple +#define Perl_utf8_to_uv_simple pPerl->Perl_utf8_to_uv_simple +#undef utf8_to_uv_simple +#define utf8_to_uv_simple Perl_utf8_to_uv_simple #undef Perl_utf8_to_uv #define Perl_utf8_to_uv pPerl->Perl_utf8_to_uv #undef utf8_to_uv @@ -1893,7 +1901,7 @@ #define Perl_whichsig pPerl->Perl_whichsig #undef whichsig #define whichsig Perl_whichsig -#if defined(USE_PURE_BISON) +#ifdef USE_PURE_BISON #else #endif #if defined(MYMALLOC)