From e0a21ab90e2c3f7ceccac31326cb8658c88f41a2 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 16 Jan 2004 01:44:06 +0000 Subject: c-common.h: Fix comment formatting. * 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. From-SVN: r75957 --- gcc/c-common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/c-common.h') diff --git a/gcc/c-common.h b/gcc/c-common.h index b87209e..2b33373 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; -- cgit v1.1