diff options
author | Jason Merrill <merrill@gnu.org> | 1995-01-31 00:37:58 +0000 |
---|---|---|
committer | Jason Merrill <merrill@gnu.org> | 1995-01-31 00:37:58 +0000 |
commit | 2458b9c0940deccc2be82309e59d38a8623d0f2e (patch) | |
tree | 7e83775dfba67273ddc0763c1a29c8f04599efba /gcc/tree.h | |
parent | 3587779bf83c6b2c4a875db438e15b5eba88a7a7 (diff) | |
download | gcc-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |