aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-07-12 22:49:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-07-12 22:49:48 +0000
commit4ed432168c0acd8e572f3994ff906468954d4e1c (patch)
treec1de26b1f01549c9268b8764b22ddc9d6f9a3ba0 /gcc/cpplib.c
parent0c6a2903e58fff129d796e670226decdcd988dd6 (diff)
downloadgcc-4ed432168c0acd8e572f3994ff906468954d4e1c.zip
gcc-4ed432168c0acd8e572f3994ff906468954d4e1c.tar.gz
gcc-4ed432168c0acd8e572f3994ff906468954d4e1c.tar.bz2
c-format.c: Fix comment formatting.
* 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. From-SVN: r69276
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r--gcc/cpplib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c
index f009681..bbd6d01 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;