This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: module level flags


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]