* c.texi (Aliasing Type Rules): Add a request for clarification in a comment.
This commit is contained in:
parent
a360f6ae94
commit
0637033739
1
c.texi
1
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
|
@code{double}, this would include @code{struct s @{ union @{ double
|
||||||
d[2]; int i[4]; @} u; int i; @};} because there's a @code{double}
|
d[2]; int i[4]; @} u; int i; @};} because there's a @code{double}
|
||||||
inside it somewhere.
|
inside it somewhere.
|
||||||
|
@c For structures, shouldn't it be the first field?
|
||||||
|
|
||||||
@item
|
@item
|
||||||
A character type.
|
A character type.
|
||||||
|
|
Loading…
Reference in New Issue