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 /uconfig.sh | |
parent | 9cdcdad126263a7888f5a86ae60f65f2e7011d28 (diff) | |
download | perl-87bc21a725ceda1ba745c9efd71c3ba351a8238f.tar.gz |
undoubled bad quoting
Diffstat (limited to 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uconfig.sh b/uconfig.sh index 2f71d73ef2..19e4e6e8e1 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -478,9 +478,9 @@ d_vprintf='define' d_vsnprintf='undef' d_wait4='undef' d_waitpid='undef' -d_wcscmp=''undef'' +d_wcscmp='undef' d_wcstombs='undef' -d_wcsxfrm=''undef'' +d_wcsxfrm='undef' d_wctomb='undef' d_writev='undef' d_xenix='undef' |