The non-locale places need love, too.
Jarkko Hietaniemi [Sun, 3 Jun 2001 23:15:24 +0000 (23:15 +0000)]
p4raw-id: //depot/perl@10416

perl.h

diff --git a/perl.h b/perl.h
index 0adb8bf..4656c3a 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -3460,7 +3460,7 @@ typedef struct am_table_short AMTS;
 
 #define SET_NUMERIC_STANDARD()         /**/
 #define SET_NUMERIC_LOCAL()            /**/
-#define IS_NUMERIC_RADIX(c)            (0)
+#define IS_NUMERIC_RADIX(a, b)         (0)
 #define STORE_NUMERIC_LOCAL_SET_STANDARD()     /**/
 #define STORE_NUMERIC_STANDARD_SET_LOCAL()     /**/
 #define RESTORE_NUMERIC_LOCAL()                /**/