summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-09-11 05:07:29 +0000
committerRichard Stallman <rms@gnu.org>1992-09-11 05:07:29 +0000
commit4f61da45f3adde8926a3f4894fdee2b4c0a13887 (patch)
treef7823af0214a80ee389605a7a6713db9405eb8e3 /gcc
parent92b170eee9289a0f3267900096a003656eebe623 (diff)
downloadgcc-4f61da45f3adde8926a3f4894fdee2b4c0a13887.tar.gz
(SIZE_TYPE): Defined.
From-SVN: r2103
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/we32k/we32k.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/we32k/we32k.h b/gcc/config/we32k/we32k.h
index 4a62833d7e9..05fb13dd3b4 100644
--- a/gcc/config/we32k/we32k.h
+++ b/gcc/config/we32k/we32k.h
@@ -105,6 +105,9 @@ extern int target_flags;
/* Integer bit fields should have the same size and alignment
as actual integers */
#define PCC_BITFIELD_TYPE_MATTERS 1
+
+/* Specify the size_t type. */
+#define SIZE_TYPE "unsigned int"
/* Standard register usage. */