Fix DECL_VIRTUAL_P comment.
authorJason Merrill <merrill@gnu.org>
Tue, 31 Jan 1995 00:37:58 +0000 (00:37 +0000)
committerJason Merrill <merrill@gnu.org>
Tue, 31 Jan 1995 00:37:58 +0000 (00:37 +0000)
From-SVN: r8839

gcc/tree.h

index f66c6d6..352deb9 100644 (file)
@@ -931,7 +931,8 @@ struct tree_type
 #define DECL_IN_TEXT_SECTION(NODE) ((NODE)->decl.bit_field_flag)
 
 /* Used in VAR_DECLs to indicate that the variable is a vtable.
-   It is also used in FIELD_DECLs for vtable pointers.  */
+   Used in FIELD_DECLs for vtable pointers.
+   Used in FUNCTION_DECLs to indicate that the function is virtual.  */
 #define DECL_VIRTUAL_P(NODE) ((NODE)->decl.virtual_flag)
 
 /* Used to indicate that the linkage status of this DECL is not yet known,