On Mon, Sep 29, 2014 at 03:07:36PM +0200, Christian Hesse wrote: > For me compilation fails with: > > expr.c:30:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ > before ‘void’ > __dead void error(void); > ^ > > Macro __dead is not defined on my system. This should fix it.
Thanks for reporting this, I had only tested on my BSD system. I'd rather completely remove __dead. I'd like sbase to not use any crazy compiler extensions.