diff options
| author | Andreas Schwab | 2002-11-25 14:53:26 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-11-25 14:53:26 +0000 |
| commit | be4ee72ff0067751c66c06314dd457e7210e9491 (patch) | |
| tree | 119c8ca33b540895333c281b7dec74e20412c3bb /src/m | |
| parent | 821222545845596e565db14530444fdb1d6f9238 (diff) | |
| download | emacs-be4ee72ff0067751c66c06314dd457e7210e9491.tar.gz emacs-be4ee72ff0067751c66c06314dd457e7210e9491.zip | |
Restore `#ifndef NOT_C_CODE' deleted by last change.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ia64.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |