Comment change.
authorRichard Stallman <rms@gnu.org>
Wed, 14 Apr 1993 17:29:55 +0000 (17:29 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 14 Apr 1993 17:29:55 +0000 (17:29 +0000)
From-SVN: r4152

gcc/c-typeck.c

index 081a237b9863f9c464f09da7122acf755d69d9c5..c0443de5f70e046ab0b91821c240904c313f991c 100644 (file)
@@ -413,8 +413,9 @@ comptypes (type1, type2)
   if (TYPE_VOLATILE (t1) != TYPE_VOLATILE (t2))
     return 0;
 
-  /* If generating auxiliary info, allow for two different type nodes which
-     have essentially the same definition.  */
+  /* Allow for two different type nodes which have essentially the same
+     definition.  Note that we already checked for equality of the type
+     type qualifiers (just above).  */
 
   if (TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2))
     return 1;