diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-26 20:27:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-26 20:27:19 +0000 |
commit | ad3e0f90203631188275b662a5e2571926434aed (patch) | |
tree | 38b6b85bbe00d130265e57808f43316dcf266002 /perl.h | |
parent | 18ac463441741599818089e1022542b48440e41b (diff) | |
download | perl-ad3e0f90203631188275b662a5e2571926434aed.tar.gz |
Better place for nop IN_LOCALE_NUMERIC, pointed out
by Olaf Flebbe.
p4raw-id: //depot/perl@10972
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3524,13 +3524,10 @@ typedef struct am_table_short AMTS; #define RESTORE_NUMERIC_LOCAL() /**/ #define RESTORE_NUMERIC_STANDARD() /**/ #define Atof Perl_atof +#define IN_LOCALE_RUNTIME 0 #endif /* !USE_LOCALE_NUMERIC */ -#ifdef PERL_MICRO -# define IN_LOCALE_RUNTIME 0 -#endif - #if !defined(Strtol) && defined(USE_64_BIT_INT) && defined(IV_IS_QUAD) && QUADKIND == QUAD_IS_LONG_LONG # ifdef __hpux # define strtoll __strtoll /* secret handshake */ |