Re: Can't compile SWI on FreeBSD



russell kym horsell <kym@xxxxxxxxxxxxxxxxxxx> wrote:
[...]
#define offendingname foobar
#include <systemheader>

Naturally, I forgot the
#undef offendingname
to have this make sense. Oh well, it was only 1 edit away from ok,
so your automated tools should have developed the solution. :}

// package version of the offending name:
sometype offendingname(someparams);
.