diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-08-19 21:04:38 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-08-19 21:04:38 +0000 |
commit | 59e4e217ae04230110961dfa6e0d7905189e7edc (patch) | |
tree | 65a1b182fb86bfce6ef7b7223a461de628f18346 /gcc/c-common.h | |
parent | 1ee93c1b047f574e69996666ff3f740ac56705e4 (diff) | |
download | gcc-59e4e217ae04230110961dfa6e0d7905189e7edc.zip gcc-59e4e217ae04230110961dfa6e0d7905189e7edc.tar.gz gcc-59e4e217ae04230110961dfa6e0d7905189e7edc.tar.bz2 |
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
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |