* c.texi (Intertwined Incomplete Types): Drop spurious 'Thus,'
This commit is contained in:
parent
5b7ccd80e2
commit
1a9338ee1a
3
c.texi
3
c.texi
|
@ -6987,8 +6987,7 @@ definition for the structure type.
|
||||||
|
|
||||||
When several structure types contain pointers to each other, you can
|
When several structure types contain pointers to each other, you can
|
||||||
define the types in any order because pointers to types that come
|
define the types in any order because pointers to types that come
|
||||||
later are incomplete types. Thus,
|
later are incomplete types. Here is an example.
|
||||||
Here is an example.
|
|
||||||
|
|
||||||
@example
|
@example
|
||||||
/* @r{An employee record points to a group.} */
|
/* @r{An employee record points to a group.} */
|
||||||
|
|
Loading…
Reference in New Issue