From 7539e11fca07e5837010aaae18eaaefc7e51cf52 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 25 Oct 1999 04:58:18 +0000 Subject: more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine --- src/alloc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/alloc.c') 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 +/* 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" -- cgit v1.2.1