Change 30044 by [EMAIL PROTECTED] on 2007/01/27 22:49:10

        As we're not using UVf in the core, don't even define in when PERL_CORE
        is true.

Affected files ...

... //depot/perl/perl.h#760 edit

Differences ...

==== //depot/perl/perl.h#760 (text) ====
Index: perl/perl.h
--- perl/perl.h#759~29911~      2007-01-21 15:18:20.000000000 -0800
+++ perl/perl.h 2007-01-27 14:49:10.000000000 -0800
@@ -3081,10 +3081,14 @@
 #    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
End of Patch.

Reply via email to