Commit 13e73b29 by Fariborz Jahanian Committed by Fariborz Jahanian

* pt.c (last_pending_template) Declare GTY().

From-SVN: r62062
parent 0d42c3c2
2003-01-28 Fariborz Jahanian <fjahanian@apple.com>
* pt.c (last_pending_template) Declare GTY().
2003-01-28 Stan Shebs <shebs@apple.com>
* coretypes.h (cpp_reader): Forward declare struct.
......
......@@ -55,7 +55,7 @@ typedef int (*tree_fn_t) PARAMS ((tree, void*));
(for a function or static data member), or a TYPE (for a class)
indicating what we are hoping to instantiate. */
static GTY(()) tree pending_templates;
static tree last_pending_template;
static GTY(()) tree last_pending_template;
int processing_template_parmlist;
static int template_header_count;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment