From abf8eb0f8560e54807a083d7c6924e3bc2c69c45 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 10 May 1992 15:48:38 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r952 --- gcc/tree.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/tree.h b/gcc/tree.h index 544a6a0af74..38d43781099 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -751,7 +751,8 @@ struct tree_type /* In a FUNCTION_DECL, nonzero means a built in function. */ #define DECL_BUILT_IN(NODE) ((NODE)->decl.bit_field_flag) -/* In a METHOD_DECL, indicates a function for which each instance has a pointer. */ +/* In a FUNCTION_DECL, indicates a method + for which each instance has a pointer. */ #define DECL_VIRTUAL_P(NODE) ((NODE)->decl.virtual_flag) /* In a FIELD_DECL, indicates this field should be bit-packed. */ #define DECL_PACKED(NODE) ((NODE)->decl.virtual_flag) -- 2.30.2