Re: proposal: lib/verify.h

2005-06-30 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > Jim Meyering <[EMAIL PROTECTED]> writes: > >> #define GL_CONCAT... >> #define VERIFY(assertion) \ >> struct GL_CONCAT (compile_time_assert_, __LINE__) \ >> { char a[(assertion) ? 1 : -1]; } > > This trick won't work if VERIFY is used in two dif

Re: proposal: lib/verify.h

2005-06-30 Thread Paul Eggert
Jim Meyering <[EMAIL PROTECTED]> writes: > #define GL_CONCAT... > #define VERIFY(assertion) \ > struct GL_CONCAT (compile_time_assert_, __LINE__) \ > { char a[(assertion) ? 1 : -1]; } This trick won't work if VERIFY is used in two different files with the same line number. Typicall

update minmax.m4

2005-06-30 Thread Stepan Kasal
Hello Bruno. I think it's time to re-submit my patch to minmax.m4. A new version of the patch is attached to this mail. Again, it features: > - use m4_pushdef/m4_popdef instead of define/undefine As I explained before, you cannot inadvertently undefine([HEADER]). > - avoid the obsoleted AC_TRY

Re: an archive of POSIX compat files ?

2005-06-30 Thread Stepan Kasal
Hi, I committed the patch attached to this mail. Stepan 2005-06-30 Stepan Kasal <[EMAIL PROTECTED]> * doc/autoconf.texi (Generic Functions): Mention the Gnulib project. Index: doc/autoconf.texi === RCS file: /cvsroot/auto