diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-16 01:44:06 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-16 01:44:06 +0000 |
commit | 21dda4ee525ebf098542fa3d2ea67e76421b227a (patch) | |
tree | d58fdf09d1370218eea249b7c56ec53f8e773a0e /gcc/c-common.h | |
parent | 223b25f9b5f4fd63c1b7c765685bf72351ce3074 (diff) | |
download | gcc-21dda4ee525ebf098542fa3d2ea67e76421b227a.tar.gz |
* c-common.h: Fix comment formatting.
* c-cppbuiltin.c: Likewise.
* c-pragma.c: Likewise.
* calls.c: Likewise.
* collect2.c: Likewise.
* cppcharset.c: Likewise.
* cpptrad.c: Likewise.
* dbxout.c: Likewise.
* defaults.h: Likewise.
* dwarf2out.c: Likewise.
* fold-const.c: Likewise.
* genautomata.c: Likewise.
* genconditions.c: Likewise.
* genflags.c: Likewise.
* gengtype.c: Likewise.
* integrate.c: Likewise.
* loop.c: Likewise.
* predict.c: Likewise.
* sdbout.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75957 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index b87209e6ae0..2b33373126d 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -222,7 +222,8 @@ struct c_common_identifier GTY(()) extern GTY(()) tree c_global_trees[CTI_MAX]; -/* In a RECORD_TYPE, a sorted array of the fields of the type, not a tree for size reasons. */ +/* In a RECORD_TYPE, a sorted array of the fields of the type, not a + tree for size reasons. */ struct sorted_fields_type GTY(()) { int len; |