server-skynet-source-3rd-je.../include
Mike Hommey 461ad5c87a Avoid using a union for ctl_node_s
MSVC doesn't support C99, and as such doesn't support designated
initialization of structs and unions. As there is never a mix of
indexed and named nodes, it is pretty straightforward to use a
different type for each.
2012-04-23 11:43:44 -07:00
..
jemalloc Avoid using a union for ctl_node_s 2012-04-23 11:43:44 -07:00