From: Nicholas Clark Date: Sat, 27 Jan 2007 22:49:10 +0000 (+0000) Subject: As we're not using UVf in the core, don't even define in when PERL_CORE X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=170cd9e9443d868c3c6045f9fc39aee1f05647dd;p=p5sagit%2Fp5-mst-13.2.git As we're not using UVf in the core, don't even define in when PERL_CORE is true. p4raw-id: //depot/perl@30044 --- diff --git a/perl.h b/perl.h index 5a8cad0..0d9ea74 100644 --- a/perl.h +++ b/perl.h @@ -3081,10 +3081,14 @@ typedef pthread_key_t perl_key; # define VDf "vd" # endif #endif - + +#ifdef PERL_CORE /* not used; but needed for backward compatibilty with XS code? - RMB */ -#ifndef UVf -# define UVf UVuf +# ifndef UVf +# define UVf UVuf +# endif +#else +# undef UVf #endif #ifdef HASATTRIBUTE_FORMAT