]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cpperror.c
cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Thu, 23 May 2002 06:07:45 +0000 (06:07 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 23 May 2002 06:07:45 +0000 (06:07 +0000)
commitbdee42b16c0af056a289dbcb61ba70917ba7f83b
treed76b0e196a131afd496bdeff96688447c5f400bd
parente67a7860dc6e7e763e1149e3c77b5d00d69a678a
cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.

* cpperror.c (_cpp_begin_message): No special casing
of CPP_FATAL_LIMIT.
* cppinit.c (sanity_checks): s/DL_FATAL/DL_ICE/.
(output_deps, cpp_handle_option, cpp_post_options): Use DL_ERROR.
* cpplib.c (do_include_common): Use DL_ERROR.
* cpplib.h (CPP_FATAL_LIMIT, CPP_FATAL_ERRORS, DL_FATAL): Remove.
(DL_ICE): Renumber.
* fix-header.c (read_scan_file): Update.

From-SVN: r53765
gcc/ChangeLog
gcc/cpperror.c
gcc/cppinit.c
gcc/cpplib.c
gcc/cpplib.h
gcc/fix-header.c