27 Feb
2008
27 Feb
'08
2:31 p.m.
On Feb 27, 2008, at 4:22 PM, Kevin A. McGrail wrote:
I can't argue with that logic but documenting it in a wiki or
INSTALL or including the patches with the distribution might be more
agreeable.
Why are you people still using so old gcc versions? I guess I could
accept a patch something like:
#if old gcc version
define FLEXIBLE_ARRAY 0
#else
define FLEXIBLE_ARRAY
#endif
.. int goodtab[FLEXIBLE_ARRAY]; ..