summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1997-07-19 02:19:01 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1997-07-19 02:19:01 +0000
commit62c36aa314a5b202ab42d244388f9d5b0a245cf4 (patch)
tree62b60012ca8370a1226339a2594ba158da1bd59f /gcc/tree.h
parentd1b87c498cf7c92cf56f3e6be34be6539f8c076d (diff)
downloadgcc-62c36aa314a5b202ab42d244388f9d5b0a245cf4.tar.gz
(DECL_ABSTRACT_ORIGIN): Expand description of.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14481 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index ff73de46ae2..cacdc147a72 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -968,7 +968,9 @@ struct tree_type
/* For any sort of a ..._DECL node, this points to the original (abstract)
decl node which this decl is an instance of, or else it is NULL indicating
- that this decl is not an instance of some other decl. */
+ that this decl is not an instance of some other decl. For example,
+ in a nested declaration of an inline function, this points back to the
+ definition. */
#define DECL_ABSTRACT_ORIGIN(NODE) ((NODE)->decl.abstract_origin)
/* Nonzero for any sort of ..._DECL node means this decl node represents