[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix AC_CHECK_DECL
From: |
Ralf Wildenhues |
Subject: |
Re: Fix AC_CHECK_DECL |
Date: |
Tue, 26 Sep 2006 22:06:05 +0200 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hello Paul,
* Paul Eggert wrote on Tue, Sep 26, 2006 at 09:58:37PM CEST:
>
> The current code dates back to K&R compilers that did not support
> C89. How about if we just assume C89 or better here, and cast
> the expression to void?
Yes, that looks better. Thanks!
Cheers,
Ralf