Skip to content
Commit 461ad5c8 authored by Mike Hommey's avatar Mike Hommey Committed by Jason Evans
Browse files

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.
parent 40f514fd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment