* c.texi (Aliasing Type Rules): Add a request for clarification in a comment.

This commit is contained in:
Ineiev 2025-04-29 11:45:01 +00:00
parent a360f6ae94
commit 0637033739
1 changed files with 1 additions and 0 deletions

1
c.texi
View File

@ -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.