diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/m/ia64.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 245b6fd8a95..00fca4e962a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-11-25 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change. | ||
| 4 | |||
| 1 | 2002-11-24 Steven Tamm <steventamm@mac.com> | 5 | 2002-11-24 Steven Tamm <steventamm@mac.com> |
| 2 | 6 | ||
| 3 | * unexmacosx.c (unexec_realloc): Use malloc_default_zone to | 7 | * unexmacosx.c (unexec_realloc): Use malloc_default_zone to |
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 |