From: Jarkko Hietaniemi Date: Sun, 3 Jun 2001 23:15:24 +0000 (+0000) Subject: The non-locale places need love, too. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e931b6b27bc1bb6cc2bcce917cc8f887bf37d90;p=p5sagit%2Fp5-mst-13.2.git The non-locale places need love, too. p4raw-id: //depot/perl@10416 --- diff --git a/perl.h b/perl.h index 0adb8bf..4656c3a 100644 --- 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() /**/