summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-25 22:18:31 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-25 22:18:31 +0000
commitbd9ba3028d4f0745c4a2880ff4849d865113ae28 (patch)
tree0a2fb485026eaceac4812c0982b6e076b29a47a7 /perl.h
parent74638679b7f9353303af0ad8316d7e1582a6d2e4 (diff)
downloadperl-bd9ba3028d4f0745c4a2880ff4849d865113ae28.tar.gz
Microperl findings.
p4raw-id: //depot/perl@10941
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 72348287c3..f2f0eda9bd 100644
--- a/perl.h
+++ b/perl.h
@@ -3527,6 +3527,10 @@ typedef struct am_table_short AMTS;
#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 */