Comment added.
authorRichard Stallman <rms@gnu.org>
Thu, 17 Sep 1992 19:47:09 +0000 (19:47 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 17 Sep 1992 19:47:09 +0000 (19:47 +0000)
From-SVN: r2146

gcc/gcc.c

index f29a76e..c7c1e07 100644 (file)
--- 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