From 075fc632003c95d3d40df158ed19e719fc4fede5 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 18 Jul 1992 03:46:48 +0000 Subject: Fix harmless unterminated comment. From-SVN: r1618 --- gcc/c-typeck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index c542988..42d2be0 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. */ -- cgit v1.1