gtkradiant/tools/quake3
Thomas Köppe f061ce9990 Change winding_t, winding_accu_t and brush_t to use flexible array members rather than fixed-sized arrays.
The arrays were always meant to be variably sized, and objects are only ever allocated dynamically. Object size computations are simplified with this change.

Flexible arrays were introduced in C99, so this change means that we will require a C99-conforming compiler henceforth.
2018-01-22 02:23:23 +00:00
..
common Change winding_t, winding_accu_t and brush_t to use flexible array members rather than fixed-sized arrays. 2018-01-22 02:23:23 +00:00
q3data Disable the deprecated functions warning 2018-01-21 14:59:29 -06:00
q3map2 Change winding_t, winding_accu_t and brush_t to use flexible array members rather than fixed-sized arrays. 2018-01-22 02:23:23 +00:00