diff options
author | Richard Stallman <rms@gnu.org> | 1992-08-17 07:58:51 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-08-17 07:58:51 +0000 |
commit | 7a646ee5a351110e3fa5b6dd130647e38201d3d8 (patch) | |
tree | 5412c4a5506065cd7af1638e8737ac77449c9b9e | |
parent | c1af03468d186740d9c3b5000b0e6b77d95c79d5 (diff) | |
download | gcc-7a646ee5a351110e3fa5b6dd130647e38201d3d8.zip gcc-7a646ee5a351110e3fa5b6dd130647e38201d3d8.tar.gz gcc-7a646ee5a351110e3fa5b6dd130647e38201d3d8.tar.bz2 |
Fix typo in last change.
From-SVN: r1865
-rw-r--r-- | gcc/collect2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index 186aba4..e53a078 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -386,7 +386,7 @@ is_ctor_dtor (s) for linking happens to be GCC. */ { "sti__", sizeof ("sti__")-1, 1, 1 }, { "std__", sizeof ("std__")-1, 2, 1 }, -#endif /* 0 */ +#endif /* CFRONT_LOSSAGE */ { NULL, 0, 0, 0 } }; |