diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-22 22:02:16 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-22 22:02:16 +0000 |
commit | b1a9ff83ec06ce09e7954014c562782edbca250a (patch) | |
tree | d48c115c626bc1be9e16db74afd070b025a875ce /gcc/cpperror.c | |
parent | b87d7646dd59c2af0141f5a66995c013e6c636d5 (diff) | |
download | gcc-b1a9ff83ec06ce09e7954014c562782edbca250a.tar.gz |
* cpperror.c: Fix formatting.
* cppexp.c: Likewise.
* cppfiles.c: Likewise.
* cpphash.c: Likewise.
* cpphash.h: Likewise.
* cppinit.c: Likewise.
* cpplex.c: Likewise.
* cpplib.c: Likewise.
* cppmacro.c: Likewise.
* cppmain.c: Likewise.
* cppspec.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53751 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r-- | gcc/cpperror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c index 7d74b2ea684..5ba7f4d7983 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -98,7 +98,7 @@ _cpp_begin_message (pfile, code, line, column) else if (CPP_OPTION (pfile, inhibit_warnings)) return 0; break; - + case DL_ERROR: if (CPP_OPTION (pfile, inhibit_errors)) return 0; |