This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: module level flags
- From: Bruce Korb <bkorb at pacbell dot net>
- To: Robert Dewar <dewar at gnat dot com>
- Cc: drow at mvista dot com, gcc at gcc dot gnu dot org, gdr at integrable-solutions dot net, zack at codesourcery dot com
- Date: Sun, 29 Sep 2002 13:26:14 -0700
- Subject: Re: module level flags
- Organization: Home
- References: <20020929201031.DB673F2D5D@nile.gnat.com>
Robert Dewar wrote:
>
> <<YYSTYPE is a bucket designed by YACC (Bison) to carry
> either a pointer (of any sort) or a scalar.
> >>
>
> Well that sure evaded the question!
> What is the type definition of YYSTYPE?
On which platform? The answer is: it depends.
On my particular platform, the compliler "t_word".
It has previously seen, "typedef int t_word;".
On my Solaris 2.8 box, it would be a 64 bit sized bucket.