# HG changeset patch # User Andreas Schwab # Date 1038235976 0 # Node ID f7af55ac271c0541917271f3844fa74677bc1b8d # Parent e2e2249bea096973316771d0a2feef370d88b3bc Restore `#ifndef NOT_C_CODE' deleted by last change. diff -r e2e2249bea09 -r f7af55ac271c src/m/ia64.h --- a/src/m/ia64.h Sun Nov 24 22:56:59 2002 +0000 +++ b/src/m/ia64.h Mon Nov 25 14:52:56 2002 +0000 @@ -133,6 +133,8 @@ #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