diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-18 03:46:48 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-18 03:46:48 +0000 |
commit | 075fc632003c95d3d40df158ed19e719fc4fede5 (patch) | |
tree | 58b7ce20e2df60516ead745d306c27c565f0cfe3 | |
parent | bfe655f9bf20429242d77ac5ee223f11fc19d5ac (diff) | |
download | gcc-075fc632003c95d3d40df158ed19e719fc4fede5.zip gcc-075fc632003c95d3d40df158ed19e719fc4fede5.tar.gz gcc-075fc632003c95d3d40df158ed19e719fc4fede5.tar.bz2 |
Fix harmless unterminated comment.
From-SVN: r1618
-rw-r--r-- | gcc/c-typeck.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |