bison-patches
[Top][All Lists]
Advanced

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

Re: FYI: %initial-action is about the look-ahead


From: Paul Eggert
Subject: Re: FYI: %initial-action is about the look-ahead
Date: Mon, 20 Sep 2004 21:43:43 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Akim Demaille <address@hidden> writes:

> -m4_pushdef([b4_at_dollar],     [(*yylsp)])dnl
> -m4_pushdef([b4_dollar_dollar], [(*yyvsp)])dnl
> +m4_pushdef([b4_at_dollar],     [(yylloc)])dnl
> +m4_pushdef([b4_dollar_dollar], [(yylval)])dnl

A minor point: the parentheses around (yylloc) and (yylval) are
unnecessary here.




reply via email to

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