bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [SPAM] Re: Extract the action scanner from the grammar scanner


From: Paul Eggert
Subject: Re: [SPAM] Re: Extract the action scanner from the grammar scanner
Date: Wed, 07 Jun 2006 13:33:36 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

"Joel E. Denny" <address@hidden> writes:

> I didn't install this as I'm afraid it'll break later versions of Flex. 
> What version of Flex do we intend to require?

I use Debian stable, which is 2.5.31 with patches.  If memory serves
2.5.4 has problems with reentrancy.  I wouldn't have qualms requring
2.5.31 for maintainers.

> +# include <stdbool.h>
>  # include "uniqstr.h"
> [In location.h] I changed <stdbool.h> to "system.h".

This shouldn't be needed, as .c files should include "system.h" first,
immediately after including <config.h>.  That way, .h files need not
worry about including "system.h".

I have toyed with the idea of having system.h include config.h, to
save a line in each .c file.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]