Changeset 1105


Ignore:
Timestamp:
Jan 29, 2004, 8:16:33 PM (22 years ago)
Author:
bird
Message:

Changed SIZE_TYPE and PTRDIFF_TYPE to int from long (of course not chaning their signedness).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx.h

    • Property cvs2svn:cvs-rev changed from 1.23 to 1.24
    r1104 r1105  
    133133
    134134/* Define the type for size_t */
    135 #define SIZE_TYPE               "long unsigned int"
    136 #define PTRDIFF_TYPE            "long int"
     135#define SIZE_TYPE               "unsigned int"
     136#define PTRDIFF_TYPE            "int"
    137137
    138138/* wchar_t is unsigned short. */
Note: See TracChangeset for help on using the changeset viewer.