diff src/alloc.c @ 26164:d39ec0a27081

more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
author Ken Raeburn <raeburn@raeburn.org>
date Mon, 25 Oct 1999 04:58:18 +0000
parents b7aa6ac26872
children 7b0217d9259c
line wrap: on
line diff
--- a/src/alloc.c	Mon Oct 25 04:50:39 1999 +0000
+++ b/src/alloc.c	Mon Oct 25 04:58:18 1999 +0000
@@ -24,6 +24,10 @@
 /* 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"