diff options
author | Robin Barker <RMBarker@cpan.org> | 2007-10-18 18:51:34 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-19 10:14:03 +0000 |
commit | 7776bb98baa352bc70e2eb4041c0d2aa9723669c (patch) | |
tree | 005ec25c2d5bb62805faf92f2343f9cd03704355 | |
parent | 800401ee2a8a5a67ef478227b68426cf701d0116 (diff) | |
download | perl-7776bb98baa352bc70e2eb4041c0d2aa9723669c.tar.gz |
RE: [PATCH] RE: PERL_CORE UVf logic
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D20A@exchsvr1.npl.ad.local>
p4raw-id: //depot/perl@32142
-rw-r--r-- | perl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |