diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-09-03 18:28:12 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-09-03 18:28:12 +0000 |
commit | 207f537628316255f51188e520c0673b6fb16bf1 (patch) | |
tree | b1a11f5d49ca0a8422a83ab1b2a6df2e6e8b652d /gcc | |
parent | 1ac7d389a554fb1b77b3856da85a69fd026463e3 (diff) | |
download | gcc-207f537628316255f51188e520c0673b6fb16bf1.zip gcc-207f537628316255f51188e520c0673b6fb16bf1.tar.gz gcc-207f537628316255f51188e520c0673b6fb16bf1.tar.bz2 |
properly close comment.
From-SVN: r2047
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/mips-tfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index 4e7ea77..4ca0374 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -5477,7 +5477,7 @@ free_thead (ptr) } -#endif /* MIPS_DEBUGGING_INFO *? +#endif /* MIPS_DEBUGGING_INFO */ /* Output an error message and exit */ |