isSPACE('\0') is false, so can simplify the condition in the for
authorNicholas Clark <nick@ccl4.org>
Sat, 11 Mar 2006 23:40:34 +0000 (23:40 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 11 Mar 2006 23:40:34 +0000 (23:40 +0000)
commit888fea98b0a0f888136baacef34e1416016481b6
treef97294c06dc5588708938a3f64f8b194e18df567
parent2ade63888e659bb60dd5fda64a79640b763ca351
isSPACE('\0') is false, so can simplify the condition in the for
loop. As the for loop is basically a while loop, write it as one, to
make its intentions clearer.

p4raw-id: //depot/perl@27480
toke.c