Files
magic/database
Mohamed Gaber 2f23be9dc3 hack: make flexible union members work on gcc≤14
In GCC <= 14, flexible arrays are not supported in unions because of a parserlimitation.

This is a hack that declares an anonymous struct, which itself can contain a flexible array but still be a member of a union. Another empty element is included because structs that only contain a flexible array are also invalid.
2026-07-01 12:37:44 -04:00
..
2025-11-07 11:00:22 -05:00
2026-04-01 21:17:54 -04:00
2024-12-26 15:20:58 -05:00