bison-patches
[Top][All Lists]
Advanced

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

Re: push parser


From: Bob Rossi
Subject: Re: push parser
Date: Sun, 10 Dec 2006 22:46:15 -0500
User-agent: Mutt/1.5.12-2006-07-14

On Mon, Dec 04, 2006 at 06:15:46PM -0500, Joel E. Denny wrote:
> 6. I read somewhere in this thread that yypushparse will never modify its 
> yynchar, yynlval, and yynlloc arguments.  Shouldn't they be const then?

Sure. Here's a patch, what do you think? Please give me direction on
what else you would like me to modify in push.c. I'm not sure how many
items on the original list you posted you still consider valid.

I would definatly like to look at the members in the struct yypstate
(with someone who understands them) to make sure they all belong there.

Thanks,
Bob Rossi

2006-12-10  Bob Rossi  <address@hidden>                                     

        * data/push.c (yypush_parse): Change yynchar, yynlval and yynlloc to
        be const parameters.

Attachment: push.c.diff
Description: Text document


reply via email to

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