diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-06-05 12:21:04 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-06-05 12:21:04 +0200 |
commit | 87bc21a725ceda1ba745c9efd71c3ba351a8238f (patch) | |
tree | 92af75cbe8bf16bec5cbc875033b04d3c81992e8 /Cross/config.sh-arm-linux | |
parent | 9cdcdad126263a7888f5a86ae60f65f2e7011d28 (diff) | |
download | perl-87bc21a725ceda1ba745c9efd71c3ba351a8238f.tar.gz |
undoubled bad quoting
Diffstat (limited to 'Cross/config.sh-arm-linux')
-rw-r--r-- | Cross/config.sh-arm-linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 25ea52caf5..5901eaca5d 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -540,9 +540,9 @@ d_vprintf='define' d_vsnprintf='define' d_wait4='define' d_waitpid='define' -d_wcscmp=''undef'' +d_wcscmp='undef' d_wcstombs='define' -d_wcsxfrm=''undef'' +d_wcsxfrm='undef' d_wctomb='define' d_writev='define' d_xenix='undef' |