From 075fc632003c95d3d40df158ed19e719fc4fede5 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 18 Jul 1992 03:46:48 +0000 Subject: [PATCH] Fix harmless unterminated comment. From-SVN: r1618 --- gcc/c-typeck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index c542988f1f0..42d2be0686d 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -4251,7 +4251,7 @@ store_init_value (decl, init) DECL_INITIAL (decl) = value; } -/* Methods for storing and printing names for error messages. +/* Methods for storing and printing names for error messages. */ /* Implement a spelling stack that allows components of a name to be pushed and popped. Each element on the stack is this structure. */ -- 2.30.2