Small changes to work around problems in the linuxdoc implementation of
Debian Woody. Contributed by Michael Klein. git-svn-id: svn://svn.cc65.org/cc65/trunk@3541 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -560,9 +560,11 @@ This cc65 version has some extensions to the ISO C standard.
|
||||
unorthogonal). Flexible array members cannot be initialized...
|
||||
|
||||
<itemize>
|
||||
<item> ...when defining an array of structs with flexible members.
|
||||
<item> ...if such a struct is a member field of another struct which
|
||||
is not the last field.
|
||||
+ <!-- add to get rid of "..when undefined" message on Debian Woody -->
|
||||
<item> ...when defining an array of structs with flexible
|
||||
members.
|
||||
<item> ...if such a struct is a member field of another struct
|
||||
which is not the last field.
|
||||
<item> If the struct which contains a flexible array member is
|
||||
declared as <tt/register/ and the size and compiler settings
|
||||
do allow the compiler to actually place the struct into the
|
||||
|
||||
Reference in New Issue
Block a user