This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: non-c89 code in bitmap.c
- To: dalej at apple dot com
- Subject: Re: non-c89 code in bitmap.c
- From: Stan Shebs <shebs at apple dot com>
- Date: Mon, 25 Jun 2001 11:35:51 -0700
- CC: gcc-patches at gcc dot gnu dot org
- References: <200106221918.MAA20379@scv1.apple.com>
dalej@apple.com wrote:
>
> My understanding is that the code is supposed to be c89. Some that
> isn't has crept into bitmap.c recently; here is a fix. OK?
>
> 2001-06-22 Dale Johannesen <dalej@apple.com>
>
> * bitmap.c: fix a non-c89 usage (null actual argument to macro)
I've just committed this, thanks!
Stan