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: where is the "tree"'s definition?


Op wo 06-08-2003, om 10:55 schreef He HongFu:
> Hi, All
> 	Sorry, a simple question, where is the "tree"'s definition? I cannot find it in "tree.h" and any other,


"tree" is in coretypes.h.  It's a pointer to "union tree_node", which is
defined in tree.h (as are all its member structs).
Gr.
STeven


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