Make this build on ia64.

This commit is contained in:
Doug Rabson 2001-10-09 20:04:02 +00:00
parent 3c7bcedd06
commit 8503f9516f
1 changed files with 4 additions and 1 deletions

View File

@ -62,7 +62,10 @@
* Should be set to 1 if the difference of two pointers is of type long * Should be set to 1 if the difference of two pointers is of type long
* or the value of sizeof is of type unsigned long. * or the value of sizeof is of type unsigned long.
*/ */
#ifdef __alpha__ #ifdef __ia64__
#define PTRDIFF_IS_LONG 1
#define SIZEOF_IS_ULONG 1
#elif __alpha__
#define PTRDIFF_IS_LONG 1 #define PTRDIFF_IS_LONG 1
#define SIZEOF_IS_ULONG 1 #define SIZEOF_IS_ULONG 1
#elif __i386__ #elif __i386__