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 /plan9 | |
parent | 9cdcdad126263a7888f5a86ae60f65f2e7011d28 (diff) | |
download | perl-87bc21a725ceda1ba745c9efd71c3ba351a8238f.tar.gz |
undoubled bad quoting
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config_sh.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index c5bcd6b58a..3bb5f28428 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -539,9 +539,9 @@ d_vprintf='define' d_vsnprintf='undef' d_wait4='undef' 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' |