summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@raeburn.org>1999-10-25 04:58:18 +0000
committerKen Raeburn <raeburn@raeburn.org>1999-10-25 04:58:18 +0000
commit7539e11fca07e5837010aaae18eaaefc7e51cf52 (patch)
tree679815b93c740067026d3a86165a2433f71fbad6 /src/alloc.c
parent3a7093d84fa090b8f2458cef0376b81de4bd77ff (diff)
more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
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"