gtkradiant/tools
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
..
quake2 preproc: FreeBSD also provides pthread 2017-08-31 00:45:24 +02:00
quake3 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
urt/tools/quake3/q3map2 Disable the deprecated functions warning 2018-01-21 14:59:29 -06:00
.gitignore update git ignores 2016-09-30 10:24:25 -05:00