diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-04 07:11:05 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-04 07:11:05 +0000 |
commit | 1f3233d13f58417984cb2239d328b65e8d172744 (patch) | |
tree | 720630adca0f6b357e05c4feb8cbe33d556925ce /gcc/cp/decl.h | |
parent | 0dc11899d8781bca1da5f4421327d61890424808 (diff) | |
download | gcc-1f3233d13f58417984cb2239d328b65e8d172744.tar.gz |
Merge from pch-branch up to tag pch-commit-20020603.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54232 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/decl.h')
-rw-r--r-- | gcc/cp/decl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h index 2316f06728d..eeac80f29ad 100644 --- a/gcc/cp/decl.h +++ b/gcc/cp/decl.h @@ -36,13 +36,13 @@ extern tree grokdeclarator PARAMS ((tree, tree, enum decl_context, int, /* Parsing a function declarator leaves a list of parameter names or a chain or parameter decls here. */ -extern tree last_function_parms; +extern GTY(()) tree last_function_parms; /* A list of objects which have constructors or destructors which reside in the global scope. The decl is stored in the TREE_VALUE slot and the initializer is stored in the TREE_PURPOSE slot. */ -extern tree static_aggregates; +extern GTY(()) tree static_aggregates; #ifdef DEBUG_CP_BINDING_LEVELS /* Purely for debugging purposes. */ |