From 0e14ddbcfcb10939d300cd2ecc530459af1979a1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 17 Sep 1992 19:47:09 +0000 Subject: [PATCH] Comment added. From-SVN: r2146 --- gcc/gcc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/gcc.c b/gcc/gcc.c index f29a76ec890..c7c1e075712 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -356,6 +356,8 @@ proper position among the other output files. */ /* This spec is used for telling cpp whether char is signed or not. */ #ifndef SIGNED_CHAR_SPEC +/* Use #if rather than ?: + because MIPS C compiler rejects like ?: in initializers. */ #if DEFAULT_SIGNED_CHAR #define SIGNED_CHAR_SPEC "%{funsigned-char:-D__CHAR_UNSIGNED__}" #else -- 2.30.2