diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index 0e3ad2dbf9e..be4ab45168c 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -24,6 +24,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 24 | /* Note that this declares bzero on OSF/1. How dumb. */ | 24 | /* Note that this declares bzero on OSF/1. How dumb. */ |
| 25 | #include <signal.h> | 25 | #include <signal.h> |
| 26 | 26 | ||
| 27 | /* This file is part of the core Lisp implementation, and thus must | ||
| 28 | deal with the real data structures. If the Lisp implementation is | ||
| 29 | replaced, this file likely will not be used. */ | ||
| 30 | #undef HIDE_LISP_IMPLEMENTATION | ||
| 27 | #include "lisp.h" | 31 | #include "lisp.h" |
| 28 | #include "intervals.h" | 32 | #include "intervals.h" |
| 29 | #include "puresize.h" | 33 | #include "puresize.h" |