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:20:06 -0400 (EDT)

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

>   %semantic-type {
>     #include "type1.h"
>     #include "type2.h"
>     union {
>       int field1;
>       int field2;
>     };
>   }

I'll try again:

  %semantic-type {
    #include "type1.h"
    #include "type2.h"
    union {
      type1 field1;
      type2 field2;
    };
  }

Joel




reply via email to

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