diff options
| author | Ken Raeburn <raeburn@raeburn.org> | 1999-10-25 04:58:18 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@raeburn.org> | 1999-10-25 04:58:18 +0000 |
| commit | 7539e11fca07e5837010aaae18eaaefc7e51cf52 (patch) | |
| tree | 679815b93c740067026d3a86165a2433f71fbad6 /src/alloc.c | |
| parent | 3a7093d84fa090b8f2458cef0376b81de4bd77ff (diff) | |
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. */ /* Note that this declares bzero on OSF/1. How dumb. */ #include <signal.h> +/* This file is part of the core Lisp implementation, and thus must + deal with the real data structures. If the Lisp implementation is + replaced, this file likely will not be used. */ +#undef HIDE_LISP_IMPLEMENTATION #include "lisp.h" #include "intervals.h" #include "puresize.h" |
