summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-07-18 17:26:09 +0200
committerNicholas Clark <nick@ccl4.org>2011-07-18 17:26:09 +0200
commiteba804b9d4475c6d8d4728933792c5b7ca90fbf5 (patch)
tree289c825d7aac2cf922adcd382623a3aeba35fa92 /perl.c
parentf8115845454eee301b4615a45e01bf1bc6b816d4 (diff)
downloadperl-eba804b9d4475c6d8d4728933792c5b7ca90fbf5.tar.gz
PL_bincompat_options was missing options that affect the interpreter struct.
It had most, but not all, C pre-processor options that change the size of the interpreter struct.
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl.c b/perl.c
index 914fbcd465..4878f9ca8b 100644
--- a/perl.c
+++ b/perl.c
@@ -1701,15 +1701,9 @@ S_Internals_V(pTHX_ CV *cv)
# ifdef USE_LOCALE
" USE_LOCALE"
# endif
-# ifdef USE_LOCALE_COLLATE
- " USE_LOCALE_COLLATE"
-# endif
# ifdef USE_LOCALE_CTYPE
" USE_LOCALE_CTYPE"
# endif
-# ifdef USE_LOCALE_NUMERIC
- " USE_LOCALE_NUMERIC"
-# endif
# ifdef USE_PERL_ATOF
" USE_PERL_ATOF"
# endif