From: Richard Stallman Date: Sat, 18 Jul 1992 03:46:48 +0000 (+0000) Subject: Fix harmless unterminated comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=075fc632003c95d3d40df158ed19e719fc4fede5;p=gcc.git Fix harmless unterminated comment. From-SVN: r1618 --- 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. */