Paul Eggert <[EMAIL PROTECTED]> wrote: > Jim Meyering <[EMAIL PROTECTED]> writes: > >> +# if __GNUC__ <= 2 >> +# defined __builtin_constant_p(R) 1 >> +# endif > > Hmm, "defined"?
Indeed :) > While looking into this, I found an alternate approach that should > work with all ANSI C compilers, rather than relying on a special > feature of GCC. I installed this patch instead: > > 2005-09-06 Paul Eggert <[EMAIL PROTECTED]> > > * verify.h (verify_type__): Solve the problem by using a bit-field > rather than an array. Good idea. I prefer that, too. Thanks. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
