From: Richard Stallman Date: Sun, 10 May 1992 15:48:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=abf8eb0f8560e54807a083d7c6924e3bc2c69c45;p=gcc.git *** empty log message *** From-SVN: r952 --- 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)