* cpplib.c (do_include_common): Move warnings for
commitf4578baa64018acd9ac5cee20cb753d5f7a53024
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Feb 2003 17:01:53 +0000 (12 17:01 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Feb 2003 17:01:53 +0000 (12 17:01 +0000)
tree91ae138d4bace4f374af6fe05a30a7980676effc
parent868aa50a5e42f060d615058de6483727edb7c376
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62772 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cpplib.c