[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-grep] Re: Changes to grep/ChangeLog
From: |
Stepan Kasal |
Subject: |
Re: [bug-grep] Re: Changes to grep/ChangeLog |
Date: |
Thu, 16 Dec 2004 14:22:24 +0100 |
User-agent: |
Mutt/1.4.1i |
Hi Julian,
On Thu, Dec 16, 2004 at 12:13:39PM +0000, Julian Foad wrote:
> >+ (lex): Don't initialize automatic arrays, it's invalid in pre-C89
> >+ compilers.
...
> "Don't use non-constant array initialisers, as they are invalid in C89."
no. Your description, Julian, is about the change which has been in the
CVS for several months.
The change I commited today is different; it restors K&R level of
compatibility. gawk is still compilable with K&R compilers and we
shouldn't break it.
Have a nice day,
Stepan