unknown type in %union{}

andreas graeper via Users list for the GNU Bison parser generator <[email protected]> Mon, 10 Oct 2022 13:37:56 +0200
Newsgroups gmane.comp.parsers.bison.general
Message-ID <CAFxc85Vp+_jVB8XPSQNVvU7Xt=F9gYgQirp0v5Ek-SF3ygWsQw@mail.gmail.com>
hi,
i try to use an object ast.h/c/o and want a member of %union{ .. ast*a; ..
} to be a pointer to a type defined inthere. The header 'ast.h' is included
inside %{ .. %}
thanks in advance, andreas