From: Jason Merrill Date: Tue, 31 Jan 1995 00:37:58 +0000 (+0000) Subject: Fix DECL_VIRTUAL_P comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2458b9c0940deccc2be82309e59d38a8623d0f2e;p=gcc.git Fix DECL_VIRTUAL_P comment. From-SVN: r8839 --- 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,