Thanks for flagging this!
On my machine, this patch causes a lot of compile errors when running
`haredo test`.
Could you tell me if changing the last few lines of test/conf.do to this:
CFLAGS="$CPPFLAGS -Wall -Wextra -g -Wpedantic"
CC="$CC -std=c99"
fixes your issue, and if so, send another patch with that change?
~Autumn