Commit 4f61da45 by Richard Stallman

(SIZE_TYPE): Defined.

From-SVN: r2103
parent 92b170ee
...@@ -105,6 +105,9 @@ extern int target_flags; ...@@ -105,6 +105,9 @@ extern int target_flags;
/* Integer bit fields should have the same size and alignment /* Integer bit fields should have the same size and alignment
as actual integers */ as actual integers */
#define PCC_BITFIELD_TYPE_MATTERS 1 #define PCC_BITFIELD_TYPE_MATTERS 1
/* Specify the size_t type. */
#define SIZE_TYPE "unsigned int"
/* Standard register usage. */ /* Standard register usage. */
......
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