comparison 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
comparison
equal deleted inserted replaced
26163:99c35bcce8c0 26164:d39ec0a27081
22 #include <config.h> 22 #include <config.h>
23 23
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"
30 #ifndef standalone 34 #ifndef standalone
31 #include "buffer.h" 35 #include "buffer.h"