diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-10 15:48:38 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-10 15:48:38 +0000 |
commit | abf8eb0f8560e54807a083d7c6924e3bc2c69c45 (patch) | |
tree | 5c85756e0bd8b27e07a0ac070632fb8083f96bf7 /gcc/tree.h | |
parent | f1e60ec6d51d64b0a9d7683ba0bb8728f72aa6b8 (diff) | |
download | gcc-abf8eb0f8560e54807a083d7c6924e3bc2c69c45.zip gcc-abf8eb0f8560e54807a083d7c6924e3bc2c69c45.tar.gz gcc-abf8eb0f8560e54807a083d7c6924e3bc2c69c45.tar.bz2 |
*** empty log message ***
From-SVN: r952
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |