On Tue, Jun 9, 2015 at 3:11 PM, Martin Liška <mli...@suse.cz> wrote: > Hello. > > Following patch renames an enum values so that they do not clash with a MinGW > reserved keyword.
Reserved keyword as in a #define? Thus simply #undef it in system.h? > Patch can bootstrap on MinGW and there's no regression seen on > x86_64-linux-unknown-gnu. Does c++04 have scoped enums? Thus can you use mem_alloc_origin::BITMAP? Thanks, Richard. > Ready for trunk? > Thanks, > Martin