From a7d904019909ed6296425e321a61a779efdb0d4b Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 12 May 1993 18:09:10 +0000 Subject: [PATCH] Fix comment syntax typo. From-SVN: r4431 --- gcc/tree.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/tree.c b/gcc/tree.c index 8cf85aa0298e..96a399f92d14 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -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)) -- 2.43.5