diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-07-18 17:26:09 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-07-18 17:26:09 +0200 |
commit | eba804b9d4475c6d8d4728933792c5b7ca90fbf5 (patch) | |
tree | 289c825d7aac2cf922adcd382623a3aeba35fa92 /perl.c | |
parent | f8115845454eee301b4615a45e01bf1bc6b816d4 (diff) | |
download | perl-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.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |