changeset 48536:f7af55ac271c

Restore `#ifndef NOT_C_CODE' deleted by last change.
author Andreas Schwab <schwab@suse.de>
date Mon, 25 Nov 2002 14:52:56 +0000
parents e2e2249bea09
children 718308f273ba
files src/m/ia64.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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