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: Thu, 14 Dec 2006 23:05:27 -0500
User-agent: Mutt/1.5.12-2006-07-14

On Wed, Dec 13, 2006 at 09:59:28PM -0500, Joel E. Denny wrote:
> 3. Similar to YYSTYPE and YYLTYPE, consider adding the following to both 
> the header and code file:
> 
>   typedef struct yypstate yypstate;
> 
> Then abbreviate `struct yypstate' to just `yypstate' in the rest of the 
> code.

Done. What next?

Thanks,
Bob Rossi

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

        * data/push.c (yypstate): Add typedef, and update all uses of
        struct yypstate to just yypstate.

Attachment: push.c.diff
Description: Text document


reply via email to

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