Restore `#ifndef NOT_C_CODE' deleted by last change.
This commit is contained in:
parent
8212225458
commit
be4ee72ff0
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-11-25 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
|
||||
|
||||
2002-11-24 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* unexmacosx.c (unexec_realloc): Use malloc_default_zone to
|
||||
|
|
|
@ -133,6 +133,8 @@ Boston, MA 02111-1307, USA. */
|
|||
#define XINT(a) (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG - VALBITS))
|
||||
#define XUINT(a) ((long) (a) & VALMASK)
|
||||
|
||||
#ifndef NOT_C_CODE
|
||||
|
||||
#ifdef REL_ALLOC
|
||||
#ifndef _MALLOC_INTERNAL
|
||||
/* "char *" because ralloc.c defines it that way. gmalloc.c thinks it
|
||||
|
|
Loading…
Add table
Reference in a new issue