summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-26 20:27:19 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-26 20:27:19 +0000
commitad3e0f90203631188275b662a5e2571926434aed (patch)
tree38b6b85bbe00d130265e57808f43316dcf266002 /perl.h
parent18ac463441741599818089e1022542b48440e41b (diff)
downloadperl-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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/perl.h b/perl.h
index f2f0eda9bd..705df97949 100644
--- a/perl.h
+++ b/perl.h
@@ -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 */