diff --git a/c.texi b/c.texi index ec775ab..5416be9 100644 --- a/c.texi +++ b/c.texi @@ -13204,6 +13204,7 @@ field or through multiple levels of fields. If @var{t} is @code{double}, this would include @code{struct s @{ union @{ double d[2]; int i[4]; @} u; int i; @};} because there's a @code{double} inside it somewhere. +@c For structures, shouldn't it be the first field? @item A character type.