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
