diff options
| author | Ken Raeburn | 1999-10-25 04:58:18 +0000 |
|---|---|---|
| committer | Ken Raeburn | 1999-10-25 04:58:18 +0000 |
| commit | 7539e11fca07e5837010aaae18eaaefc7e51cf52 (patch) | |
| tree | 679815b93c740067026d3a86165a2433f71fbad6 /src/alloc.c | |
| parent | 3a7093d84fa090b8f2458cef0376b81de4bd77ff (diff) | |
| download | emacs-7539e11fca07e5837010aaae18eaaefc7e51cf52.tar.gz emacs-7539e11fca07e5837010aaae18eaaefc7e51cf52.zip | |
more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
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" |