diff options
author | Karl Williamson <khw@cpan.org> | 2018-11-27 10:07:12 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-11-27 10:43:06 -0700 |
commit | 25a72d73f1dd26359f2548feeaf8e01813d994fd (patch) | |
tree | 7b9b7732958b10574e3968d1f096ac36b401a169 /perl.c | |
parent | 8cdac1780eb618dcd015be89045644db6285fd0f (diff) | |
download | perl-25a72d73f1dd26359f2548feeaf8e01813d994fd.tar.gz |
Add USE_THREAD_SAFE_LOCALE to non-bin-compat options list
Spotted by Tux
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1971,6 +1971,9 @@ S_Internals_V(pTHX_ CV *cv) # ifdef USE_SITECUSTOMIZE " USE_SITECUSTOMIZE" # endif +# ifdef USE_THREAD_SAFE_LOCALE + " USE_THREAD_SAFE_LOCALE" +# endif ; PERL_UNUSED_ARG(cv); PERL_UNUSED_VAR(items); |