> coreutils/src/factor.c #defines NDEBUG after including <assert.h>. > It's > supposed to be defined before.
Why is factor.c even messing with NDEBUG? The point of the gnulib assert module is to allow ./configure-time control over whether assertions are enabled, and this patch would mean that for this file, the user no longer has control over that option. -- Eric Blake _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
