K 10 svn:author V 6 marcel K 8 svn:date V 27 2002-05-31T01:07:13.000000Z K 7 svn:log V 406 Don't use an incomplete array type to mark the start of the padding because the padding should be inserted before the array and not after it, as is done by GCC 3.1. Instead use an explicit uint32_t field to get what was intended and on top of that make the size of the padding explicit. This also doesn't depend on a C99 feature. While here, expand the comment. Just to make a point. Pointed out by: fanf END