gcc/gcc ChangeLog cpplex.c
zack@gcc.gnu.org
zack@gcc.gnu.org
Mon Oct 13 18:53:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: zack@gcc.gnu.org 2003-10-13 18:53:29
Modified files:
gcc : ChangeLog cpplex.c
Log message:
* cpplex.c (_cpp_clean_line): In the common case of a line
with no trigraphs and no \-newline, avoid writing to memory.
(_cpp_skip_block_comment): Use a local 'cur' pointer instead
of the buffer member. Make c an uchar to avoid unnecessary
sign extensions.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1403&r2=2.1404
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpplex.c.diff?cvsroot=gcc&r1=1.248&r2=1.249
More information about the Gcc-cvs
mailing list