From 2458b9c0940deccc2be82309e59d38a8623d0f2e Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 31 Jan 1995 00:37:58 +0000 Subject: [PATCH] Fix DECL_VIRTUAL_P comment. From-SVN: r8839 --- gcc/tree.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.30.2