diff options
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 b732c30..94fb57a 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -556,7 +556,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; |