diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ia64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/ia64.h b/src/m/ia64.h index 7fef9055a8e..0d74bc9c83e 100644 --- a/src/m/ia64.h +++ b/src/m/ia64.h | |||
| @@ -133,6 +133,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 133 | #define XINT(a) (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG - VALBITS)) | 133 | #define XINT(a) (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG - VALBITS)) |
| 134 | #define XUINT(a) ((long) (a) & VALMASK) | 134 | #define XUINT(a) ((long) (a) & VALMASK) |
| 135 | 135 | ||
| 136 | #ifndef NOT_C_CODE | ||
| 137 | |||
| 136 | #ifdef REL_ALLOC | 138 | #ifdef REL_ALLOC |
| 137 | #ifndef _MALLOC_INTERNAL | 139 | #ifndef _MALLOC_INTERNAL |
| 138 | /* "char *" because ralloc.c defines it that way. gmalloc.c thinks it | 140 | /* "char *" because ralloc.c defines it that way. gmalloc.c thinks it |