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: Akim Demaille
Subject: Re: FYI: %initial-action is about the look-ahead
Date: Tue, 21 Sep 2004 08:56:57 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

>>> "Paul" == Paul Eggert <address@hidden> writes:

 > 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.

You're right, thx.




reply via email to

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