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] | |
Andrew MacLeod <amacleod@redhat.com> writes: > I have array of pointers to trees. > > so > > tree **defs; That's an array of pointers to pointers to trees. 'tree' is a pointer to a tree. -- - Geoffrey Keating <geoffk@geoffk.org>
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |