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
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
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
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