aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorJason Merrill <merrill@gnu.org>1995-01-31 00:37:58 +0000
committerJason Merrill <merrill@gnu.org>1995-01-31 00:37:58 +0000
commit2458b9c0940deccc2be82309e59d38a8623d0f2e (patch)
tree7e83775dfba67273ddc0763c1a29c8f04599efba /gcc/tree.h
parent3587779bf83c6b2c4a875db438e15b5eba88a7a7 (diff)
downloadgcc-2458b9c0940deccc2be82309e59d38a8623d0f2e.zip
gcc-2458b9c0940deccc2be82309e59d38a8623d0f2e.tar.gz
gcc-2458b9c0940deccc2be82309e59d38a8623d0f2e.tar.bz2
Fix DECL_VIRTUAL_P comment.
From-SVN: r8839
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 f66c6d6..352deb9 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,