Comment change.

From-SVN: r4152
This commit is contained in:
Richard Stallman 1993-04-14 17:29:55 +00:00
parent 7651f8f787
commit 08632da2b6
1 changed files with 3 additions and 2 deletions

View 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;