Commit 4f61da45 by Richard Stallman

(SIZE_TYPE): Defined.

From-SVN: r2103
parent 92b170ee
...@@ -106,6 +106,9 @@ extern int target_flags; ...@@ -106,6 +106,9 @@ extern int target_flags;
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. */
/* Number of actual hardware registers. /* Number of actual hardware registers.
......
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