Fix harmless unterminated comment.

From-SVN: r1618
This commit is contained in:
Richard Stallman 1992-07-18 03:46:48 +00:00
parent bfe655f9bf
commit 075fc63200
1 changed files with 1 additions and 1 deletions

View File

@ -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. */