diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-04-03 21:08:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-04-03 21:08:21 +0000 |
commit | 2cdc7fd139d934b6b1fbc19851d091e690b00f2a (patch) | |
tree | 18e53906e339cb3bd146f9dd42ebb4faed2d9b65 /perl.h | |
parent | eccd403f7f94e536c86d76b08601e70486b1f6c3 (diff) | |
download | perl-2cdc7fd139d934b6b1fbc19851d091e690b00f2a.tar.gz |
Tweak the Atof macro : perl wasn't compiling with -Duseithreads
and ccflags including -DNO_LOCALE
p4raw-id: //depot/perl@15719
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |