On Sun, Sep 25, 2011 at 04:02:04PM +0200, Jean-Yves Migeon wrote: > Unless someone objects (with arguments), I will commit this at the > end of the week and fix call sites to use the new macro; > KASSERTMSG() would then work like its man page suggests.
Just to practical notes: (1) Please test that lint(1) is not stupid enough to bail out on it. (2) Kill the !__STDC__ branches. Preferable doing this first. Joerg