bison-patches
[Top][All Lists]
Advanced

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

Re: glr: include the created header


From: Joel E. Denny
Subject: Re: glr: include the created header
Date: Wed, 28 Jun 2006 07:40:41 -0400 (EDT)

On Wed, 28 Jun 2006, Joel E. Denny wrote:

> I'll try again:
> 
>   %semantic-type {
>     #include "type1.h"
>     #include "type2.h"
>     union {
>       type1 field1;
>       type2 field2;
>     };
>   }

What a morning....

I still left out the union name, which would be YYSTYPE, I suppose.

Joel




reply via email to

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