OSDN Git Service

(SIZE_TYPE): Defined.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Sep 1992 05:07:29 +0000 (05:07 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Sep 1992 05:07:29 +0000 (05:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2103 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/we32k/we32k.h

index 4a62833..05fb13d 100644 (file)
@@ -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"
 \f
 /* Standard register usage.  */