diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-08 13:57:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-08 13:57:01 +0000 |
commit | 6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6 (patch) | |
tree | da9ac66b4af709e8201b3825f6c026442ea0df6f /gcc/c-opts.c | |
parent | be93246638ed4c4096002388883aabebea74cc5a (diff) | |
download | gcc-6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6.zip gcc-6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6.tar.gz gcc-6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6.tar.bz2 |
c-common.c, [...]: Fix comment formatting.
* c-common.c, c-opts.c, combine.c, cse.c, dojump.c,
gimplify.c, tree-dfa.c, tree-ssa-loop-ivopts.c,
tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-sink.c,
tree-vect-analyze.c, tree.def, tree.h: Fix comment formatting.
From-SVN: r96104
Diffstat (limited to 'gcc/c-opts.c')
-rw-r--r-- | gcc/c-opts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c index d2abeb5..128c83a 100644 --- a/gcc/c-opts.c +++ b/gcc/c-opts.c @@ -1097,7 +1097,7 @@ c_common_parse_file (int set_yydebug) c_parse_file (); finish_file (); pop_file_scope (); - /* And end the main input file. */ + /* And end the main input file. */ (*debug_hooks->end_source_file) (0); if (++i >= num_in_fnames) break; @@ -1229,7 +1229,7 @@ sanitize_cpp_opts (void) /* Disable -dD, -dN and -dI if normal output is suppressed. Allow -dM since at least glibc relies on -M -dM to work. */ - /* Also, flag_no_output implies flag_no_line_commands, always. */ + /* Also, flag_no_output implies flag_no_line_commands, always. */ if (flag_no_output) { if (flag_dump_macros != 'M') |