From: Richard Stallman Date: Mon, 17 Aug 1992 07:58:51 +0000 (+0000) Subject: Fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a646ee5a351110e3fa5b6dd130647e38201d3d8;p=gcc.git Fix typo in last change. From-SVN: r1865 --- diff --git a/gcc/collect2.c b/gcc/collect2.c index 186aba4ec66..e53a0787d1c 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 } };