This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dquote_static.c: Clarify code
authorKarl Williamson <khw@cpan.org>
Mon, 21 Apr 2014 18:11:40 +0000 (12:11 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 30 May 2014 15:32:08 +0000 (09:32 -0600)
commit5e784d588d349d87bfd40523917f645aec267d2a
treef7ae49379091e65bbc6cded77c568792231ed57f
parent7357bd179010cc65198f733bbca3196c70e21e64
dquote_static.c: Clarify code

We output the message when there is a printable ASCII character, so use
that as the test instead of complementing the test for a control.  This
makes the code somewhat clearer.
dquote_static.c