On 20 March 2016 at 21:05, Gabríel Arthúr Pétursson gabriel@system.is wrote:
struct wine_rb_stack {
- struct wine_rb_entry ***entries; size_t count;
- size_t size;
- struct wine_rb_entry **entries[2 * sizeof(void *) * 8];
};
Why do you think this is a good idea?