]> gcc.gnu.org Git - gcc.git/commitdiff
(DECL_ABSTRACT_ORIGIN): Expand description of.
authorDoug Evans <dje@gnu.org>
Sat, 19 Jul 1997 02:19:01 +0000 (02:19 +0000)
committerDoug Evans <dje@gnu.org>
Sat, 19 Jul 1997 02:19:01 +0000 (02:19 +0000)
From-SVN: r14481

gcc/tree.h

index ff73de46ae26cfe8b25d3c4fcde67ec87d1ca8c0..cacdc147a7211cc766293d79b5fcee6cf358a2c2 100644 (file)
@@ -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
This page took 0.073233 seconds and 5 git commands to generate.