From: Robin Barker Date: Thu, 18 Oct 2007 17:51:34 +0000 (+0100) Subject: RE: [PATCH] RE: PERL_CORE UVf logic X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7776bb98baa352bc70e2eb4041c0d2aa9723669c;p=p5sagit%2Fp5-mst-13.2.git RE: [PATCH] RE: PERL_CORE UVf logic From: "Robin Barker" Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D20A@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@32142 --- diff --git a/perl.h b/perl.h index d753cdb..9822db0 100644 --- a/perl.h +++ b/perl.h @@ -3112,11 +3112,11 @@ typedef pthread_key_t perl_key; #ifdef PERL_CORE /* not used; but needed for backward compatibilty with XS code? - RMB */ +# undef UVf +#else # ifndef UVf # define UVf UVuf # endif -#else -# undef UVf #endif #ifdef HASATTRIBUTE_FORMAT