Fix comment syntax typo.
authorRichard Stallman <rms@gnu.org>
Wed, 12 May 1993 18:09:10 +0000 (18:09 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 12 May 1993 18:09:10 +0000 (18:09 +0000)
From-SVN: r4431

gcc/tree.c

index 8cf85aa0298ec9eb99738c6d41bd992e2f4bcb88..96a399f92d145230e77cf9f286f3fd1df5c83672 100644 (file)
@@ -2841,7 +2841,6 @@ build_array_type (elt_type, index_type)
 
 #if 0 /* This led to crashes, because it could put a temporary node
         on the TYPE_NEXT_VARIANT chain of a permanent one.  */
-  */
   /* The main variant of an array type should always
      be an array whose element type is the main variant.  */
   if (elt_type != TYPE_MAIN_VARIANT (elt_type))