From: Rafael Garcia-Suarez Date: Wed, 3 Apr 2002 21:08:21 +0000 (+0000) Subject: Tweak the Atof macro : perl wasn't compiling with -Duseithreads X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2cdc7fd139d934b6b1fbc19851d091e690b00f2a;p=p5sagit%2Fp5-mst-13.2.git Tweak the Atof macro : perl wasn't compiling with -Duseithreads and ccflags including -DNO_LOCALE p4raw-id: //depot/perl@15719 --- diff --git a/perl.h b/perl.h index 933bf30..383ae2d 100644 --- a/perl.h +++ b/perl.h @@ -3717,7 +3717,7 @@ typedef struct am_table_short AMTS; #define STORE_NUMERIC_STANDARD_SET_LOCAL() /**/ #define RESTORE_NUMERIC_LOCAL() /**/ #define RESTORE_NUMERIC_STANDARD() /**/ -#define Atof Perl_atof +#define Atof my_atof #define IN_LOCALE_RUNTIME 0 #endif /* !USE_LOCALE_NUMERIC */