aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-05-10 15:48:38 +0000
committerRichard Stallman <rms@gnu.org>1992-05-10 15:48:38 +0000
commitabf8eb0f8560e54807a083d7c6924e3bc2c69c45 (patch)
tree5c85756e0bd8b27e07a0ac070632fb8083f96bf7 /gcc/tree.h
parentf1e60ec6d51d64b0a9d7683ba0bb8728f72aa6b8 (diff)
downloadgcc-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 544a6a0..38d4378 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)