toke.c: Rewrite bogus yylex comment
authorFather Chrysostomos <sprout@cpan.org>
Fri, 12 Oct 2012 07:08:14 +0000 (00:08 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 12 Oct 2012 07:08:14 +0000 (00:08 -0700)
commit3875fc11b72f06ce61bc5ccdd5e5dfecde572d82
tree617903af600c033eb976f3c7203eef66d6497f7a
parent2edc787c0b1ef0eea9d20bbfa73026d6b303722b
toke.c: Rewrite bogus yylex comment

This comment has been wrong since it was first added.  What it des-
cribed was then the code at the beginning of yylex, before the main
tokenizing switch.

Since then, two parts of what it described have moved elsewhere; the
pending identifier code to S_pending_ident, and the sort $a<=>$b check
to op.c:S_simplify_sort.
toke.c