From: Richard Stallman Date: Thu, 17 Sep 1992 19:47:09 +0000 (+0000) Subject: Comment added. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e14ddbcfcb10939d300cd2ecc530459af1979a1;p=gcc.git Comment added. From-SVN: r2146 --- 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