summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1995-01-31 00:37:58 +0000
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1995-01-31 00:37:58 +0000
commitd7565c5ac30d399f09b4dd83ca793ec1a2e10f88 (patch)
tree7e83775dfba67273ddc0763c1a29c8f04599efba /gcc/tree.h
parent2cbeff4c5f8477052759554b63b18ba6407ab874 (diff)
downloadgcc-d7565c5ac30d399f09b4dd83ca793ec1a2e10f88.tar.gz
Fix DECL_VIRTUAL_P comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8839 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index f66c6d6783f..352deb97c2c 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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,