From: Andreas Schwab Date: Mon, 25 Nov 2002 14:53:26 +0000 (+0000) Subject: Restore `#ifndef NOT_C_CODE' deleted by last change. X-Git-Tag: ttn-vms-21-2-B4~12275 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be4ee72ff0067751c66c06314dd457e7210e9491;p=emacs.git Restore `#ifndef NOT_C_CODE' deleted by last change. --- diff --git a/src/ChangeLog b/src/ChangeLog index 245b6fd8a95..00fca4e962a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-11-25 Andreas Schwab + + * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change. + 2002-11-24 Steven Tamm * 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. */ #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