summaryrefslogtreecommitdiffstats
path: root/gcc/c-opts.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-22 23:15:30 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-22 23:15:30 +0000
commitb4b174c3fb9ec7475e50ef67255cc1b2f274e949 (patch)
tree218203f16ff3e11b33a888e58c0921f40c76b2e5 /gcc/c-opts.c
parent4d1574aea0432b48dc15e0f245d3a787dd488939 (diff)
downloadppe42-gcc-b4b174c3fb9ec7475e50ef67255cc1b2f274e949.tar.gz
ppe42-gcc-b4b174c3fb9ec7475e50ef67255cc1b2f274e949.zip
* alias.c: Fix comment formatting.
* c-common.c: Likewise. * c-decl.c: Likewise. * c-opts.c: Likewise. * combine.c: Likewise. * cpplib.c: Likewise. * diagnostic.c: Likewise. * dojump.c: Likewise. * final.c: Likewise. * fold-const.c: Likewise. * gcc.c: Likewise. * gcse.c: Likewise. * ggc-page.c: Likewise. * jump.c: Likewise. * loop.c: Likewise. * mips-tfile.c: Likewise. * recog.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * tree.c: Likewise. * tree.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69689 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-opts.c')
-rw-r--r--gcc/c-opts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c
index 34e1d060a46..a6dd9f0a5c8 100644
--- a/gcc/c-opts.c
+++ b/gcc/c-opts.c
@@ -717,7 +717,7 @@ c_common_handle_option (size_t scode, const char *arg, int value)
case OPT_ffreestanding:
value = !value;
- /* Fall through... */
+ /* Fall through.... */
case OPT_fhosted:
flag_hosted = value;
flag_no_builtin = !value;
@@ -966,7 +966,7 @@ c_common_handle_option (size_t scode, const char *arg, int value)
is not overridden. */
case OPT_pedantic_errors:
cpp_opts->pedantic_errors = 1;
- /* fall through */
+ /* Fall through. */
case OPT_pedantic:
cpp_opts->pedantic = 1;
cpp_opts->warn_endif_labels = 1;
OpenPOWER on IntegriCloud