*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sun, 10 May 1992 15:48:38 +0000 (15:48 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 10 May 1992 15:48:38 +0000 (15:48 +0000)
From-SVN: r952

gcc/tree.h

index 544a6a0af74cc655f8f9599e9166ee47e182b8a5..38d43781099c0d466325274a99c71ce5dd03e680 100644 (file)
@@ -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)