From 59e4e217ae04230110961dfa6e0d7905189e7edc Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 19 Aug 2003 21:04:38 +0000 Subject: c-common.c: Fix comment formatting. * c-common.c: Fix comment formatting. * c-common.h: Likewise. * c-decl.c: Likewise. * cppinit.c: Likewise. * cpplib.h: Likewise. * emit-rtl.c: Likewise. * input.h: Likewise. * line-map.h: Likewise. * opts.c: Likewise. * opts.h: Likewise. * simplify-rtx.c: Likewise. From-SVN: r70577 --- gcc/c-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-common.h') diff --git a/gcc/c-common.h b/gcc/c-common.h index d38a6e4..73a932c 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -574,7 +574,7 @@ extern int warn_main; extern int warn_sequence_point; /* Nonzero means warn about uninitialized variable when it is initialized with itself. - For example: int i = i;, GCC will not warn about this when warn_init_self is nonzero. */ + For example: int i = i;, GCC will not warn about this when warn_init_self is nonzero. */ extern int warn_init_self; -- cgit v1.1