Comment added.

From-SVN: r2146
This commit is contained in:
Richard Stallman 1992-09-17 19:47:09 +00:00
parent f396d2783c
commit 0e14ddbcfc
1 changed files with 2 additions and 0 deletions

View File

@ -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