Hi Paul, > > "verify.h" no longer defines the 'verify' macro if > > <assert.h> was already included in the same compilation unit. > > Thanks, I pushed this fix:
This is better: The error is gone. But there are warnings now: $ ./gnulib-tool --test assert-h exclude ... In file included from ../../gllib/exclude.c:41: ../../gllib/verify.h:223:1: warning: "verify_true" redefined In file included from ../../gllib/mbuiter.h:92, from ../../gllib/exclude.c:38: ./assert.h:252:1: warning: this is the location of the previous definition In file included from ../../gllib/exclude.c:41: ../../gllib/verify.h:228:1: warning: "verify" redefined In file included from ../../gllib/mbuiter.h:92, from ../../gllib/exclude.c:38: ./assert.h:257:1: warning: this is the location of the previous definition ... Bruno -- In memoriam John Penry <http://en.wikipedia.org/wiki/John_Penry>