Commit e77a2b02 by Nathan Sidwell

Fix explanation to match the post patch behaviour

From-SVN: r32704
parent c9bb76b9
...@@ -9,8 +9,7 @@ ...@@ -9,8 +9,7 @@
// [nathan] We have a zero sized array extension, and (unfortunately) allow it // [nathan] We have a zero sized array extension, and (unfortunately) allow it
// to be the sole member of a struct (rather than the trailing member of a // to be the sole member of a struct (rather than the trailing member of a
// non-empty struct as C99 is/will allow). Such a type will have a size of // non-empty struct as C99 is/will allow). Such a type will have a size of
// zero. Internally, we also use a TYPE_SIZE of zero to indicate an // zero, but is not incomplete.
// incompletable type. We must keep the two zeroes distinct -- arrgh!
struct A struct A
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment