summaryrefslogtreecommitdiffstats
path: root/gcc/cpplib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r--gcc/cpplib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c
index 874a1759a50..da2f54a97f0 100644
--- a/gcc/cpplib.c
+++ b/gcc/cpplib.c
@@ -6511,7 +6511,7 @@ cpp_handle_option (pfile, argc, argv)
case 't':
if (!strcmp (argv[i], "-traditional")) {
opts->traditional = 1;
- opts->cplusplus_comments = 0;
+ opts->cplusplus_comments = 0;
} else if (!strcmp (argv[i], "-trigraphs")) {
if (!opts->chill)
opts->no_trigraphs = 0;
@@ -6816,7 +6816,7 @@ cpp_handle_option (pfile, argc, argv)
opts->out_fname = "";
break;
} /* else fall through into error */
-
+
default:
return i;
}
OpenPOWER on IntegriCloud