Module Name: pcc
Committed By: plunky
Date: Mon Oct 29 17:23:13 UTC 2012
Modified Files:
pcc/cc/cpp: token.c
Log Message:
slight simplifications in fastscan()..
- where a condition resulted in a jump, no need to use else
- for eatcmnt(), don't bother testing for EOF.. it will be
discovered immediately in any case
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pcc/cc/cpp/token.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.