Commit 0e14ddbc by Richard Stallman

Comment added.

From-SVN: r2146
parent f396d278
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment