On Tue, Aug 21, 2007 at 10:59:52AM -0400, Tom Lane wrote:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
> > Magnus Hagander wrote:
> >> I get awarning from the following line in bison generated parse.h:
> >> #define TEXT 577
>
> > That's easy, change the terminal to TEXT_P on gram.y and keywords.c.
>
> Yeah, I was wondering if we'd have to do that with any of the new
> keywords. Will fix, if you didn't already.
Nope, not yet since it's just a warning, so please do.
//Magnus