aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-09-08 12:47:27 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-08 12:47:27 +0000
commit4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619 (patch)
tree1597dda2c873e24f24656f766f741b0d4814230e /gcc/c-common.c
parent2567406a17362fdf2f3b7150d1c006b87c63ee1f (diff)
downloadgcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.zip
gcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.tar.gz
gcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.tar.bz2
basic-block.h: Fix comment formatting.
* basic-block.h: Fix comment formatting. * c-common.c: Likewise. * c-common.h: Likewise. * c-lex.c: Likewise. * c-pretty-print.c: Likewise. * cfglayout.c: Likewise. * cfgloop.c: Likewise. * defaults.h: Likewise. * et-forest.c: Likewise. * explow.c: Likewise. * function.h: Likewise. * gcov.c: Likewise. * genattrtab.c: Likewise. * gengtype.c: Likewise. * ifcvt.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * profile.c: Likewise. * ra-build.c: Likewise. * real.c: Likewise. * rtl.h: Likewise. * tracer.c: Likewise. * tree-inline.c: Likewise. * varasm.c: Likewise. From-SVN: r56952
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r--gcc/c-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c
index 1a03d7c..2bc4592 100644
--- a/gcc/c-common.c
+++ b/gcc/c-common.c
@@ -291,7 +291,7 @@ int warn_write_strings;
int warn_redundant_decls;
-/* Warn about testing equality of floating point numbers. */
+/* Warn about testing equality of floating point numbers. */
int warn_float_equal;
@@ -1121,7 +1121,7 @@ fname_decl (rid, id)
the current statement. Later this tree will be moved to the
beginning of the function and this line number will be wrong.
To avoid this problem set the lineno to 0 here; that prevents
- it from appearing in the RTL. */
+ it from appearing in the RTL. */
int saved_lineno = lineno;
lineno = 0;