This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Remove redundant test
authorKarl Williamson <public@khwilliamson.com>
Mon, 22 Apr 2013 20:34:47 +0000 (14:34 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 May 2013 14:59:14 +0000 (08:59 -0600)
commitaecf5a4bae81aedf2fc8ce4337ca5a6d7d141ef6
tree7eb04605a1628fea5cc7ff01ba14b982dab45cf4
parent838d7b5b2dbf1d786e9c72471801ae5c098e6633
toke.c: Remove redundant test

This checks that something is both not-printable and not a word
character, but all word characters are printable, so just the
non-printable test suffices.
toke.c