aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.def
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2005-04-26 19:25:19 +0000
committerGeoffrey Keating <geoffk@apple.com>2005-04-26 19:25:19 +0000
commit2fce4f22abfe8b72e56c0c43084a0187c4258ca8 (patch)
tree5b5f998f398abe4f0a410c4f358f749f91c59328 /gcc/cp/cp-tree.def
parent425fe1380e06b6ab090a193e9484aec19e43d675 (diff)
Merge to tag gcc_4_0_0_release.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple-local-200502-branch@98787 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-tree.def')
-rw-r--r--gcc/cp/cp-tree.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def
index 00f2aa1db48..b7c580ab5b8 100644
--- a/gcc/cp/cp-tree.def
+++ b/gcc/cp/cp-tree.def
@@ -289,6 +289,7 @@ DEFTREECODE (TAG_DEFN, "tag_defn", tcc_expression, 0)
TINST_DECL contains the original DECL node.
TINST_LOCATION contains the location where the template is instantiated.
+ TINST_IN_SYSTEM_HEADER_P is true if the location is in a system header.
A stack of template instantiation nodes is kept through the TREE_CHAIN
fields of these nodes. */