Commit 075fc632 by Richard Stallman

Fix harmless unterminated comment.

From-SVN: r1618
parent bfe655f9
...@@ -4251,7 +4251,7 @@ store_init_value (decl, init) ...@@ -4251,7 +4251,7 @@ store_init_value (decl, init)
DECL_INITIAL (decl) = value; 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 /* Implement a spelling stack that allows components of a name to be pushed
and popped. Each element on the stack is this structure. */ and popped. Each element on the stack is this structure. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment