* cpperror.c (_cpp_begin_message): No special casing
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 May 2002 06:07:45 +0000 (06:07 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 May 2002 06:07:45 +0000 (06:07 +0000)
commitb9093358f8429abd03bfef0dac0599d58deeccb9
treed76b0e196a131afd496bdeff96688447c5f400bd
parent59e169117fd398179e05c29759810b7498b674d9
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53765 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cpperror.c
gcc/cppinit.c
gcc/cpplib.c
gcc/cpplib.h
gcc/fix-header.c