diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-12 22:49:48 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-12 22:49:48 +0000 |
commit | 81d470352528812e190cdc7bc866279a8fb80ebb (patch) | |
tree | c1de26b1f01549c9268b8764b22ddc9d6f9a3ba0 /gcc/cpplib.c | |
parent | 761be283054215999b71d7c5ee9a5002ea597c65 (diff) | |
download | gcc-81d470352528812e190cdc7bc866279a8fb80ebb.tar.gz |
* c-format.c: Fix comment formatting.
* c-typeck.c: Likewise.
* coverage.c: Likewise.
* cppcharset.c: Likewise.
* cpplib.c: Likewise.
* dbxout.c: Likewise.
* gcov-io.h: Likewise.
* toplev.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69276 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index f0096812c08..bbd6d016e01 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -559,7 +559,7 @@ undefine_macros (cpp_reader *pfile, cpp_hashnode *h, if (CPP_OPTION (pfile, warn_unused_macros)) _cpp_warn_if_unused_macro (pfile, h, NULL); - /* and fall through... */ + /* and fall through... */ case NT_ASSERTION: _cpp_free_definition (h); break; |