[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bison 'bool' proposed cleanup
From: |
Akim Demaille |
Subject: |
Re: Bison 'bool' proposed cleanup |
Date: |
Sat, 24 May 2003 12:57:47 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
> Patches to Bison in the last few months have switched some
> instances of 'int' to the C99 'bool' where that makes sense,
> falling back on a standard 'bool' emulation for older C compilers
> that do not support 'bool'. Here is a proposed patch to convert
> all such instances that I could find in the Bison source proper. I
> figure it's better to do it all at once than to do it in dribs and
> drabs and have partially-converted source.
Looks good! Please, go ahead.