diff options
author | Mike Hommey <mh@glandium.org> | 2012-04-20 06:38:42 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2012-04-23 18:43:44 (GMT) |
commit | 461ad5c87ae5f89cd086e47b31372e9123dcfcdf (patch) | |
tree | 52b9c66d8931f4ad631582d037f1e500f35e259c /test | |
parent | 40f514fd92d50320075bf9fd8748edb71092a1d8 (diff) | |
download | jemalloc-461ad5c87ae5f89cd086e47b31372e9123dcfcdf.zip jemalloc-461ad5c87ae5f89cd086e47b31372e9123dcfcdf.tar.gz jemalloc-461ad5c87ae5f89cd086e47b31372e9123dcfcdf.tar.bz2 |
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.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions