gcc/gcc ChangeLog cpplib.c
zack@gcc.gnu.org
zack@gcc.gnu.org
Wed Feb 12 17:01:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: zack@gcc.gnu.org 2003-02-12 17:01:56
Modified files:
gcc : ChangeLog cpplib.c
Log message:
* cpplib.c (do_include_common): Move warnings for
#include_next and #import out to callers. Use early-return
instead of nested ifs. Don't do check_eol here.
(parse_include): Do check_eol here with the rest of the
parsing stuff.
(do_include_next, do_import): Now handle warnings.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.16719&r2=1.16720
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpplib.c.diff?cvsroot=gcc&r1=1.329&r2=1.330
More information about the Gcc-cvs
mailing list