summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-04-03 21:08:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-04-03 21:08:21 +0000
commit2cdc7fd139d934b6b1fbc19851d091e690b00f2a (patch)
tree18e53906e339cb3bd146f9dd42ebb4faed2d9b65 /perl.h
parenteccd403f7f94e536c86d76b08601e70486b1f6c3 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 933bf30a29..383ae2d5cf 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 */