Mercurial > hg > xemacs-beta
comparison src/sheap.c @ 267:966663fcf606 r20-5b32
Import from CVS: tag r20-5b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:26:29 +0200 |
parents | 8efd647ea9ca |
children | b2472a1930f2 |
comparison
equal
deleted
inserted
replaced
266:18d185df8c54 | 267:966663fcf606 |
---|---|
16 You should have received a copy of the GNU General Public License | 16 You should have received a copy of the GNU General Public License |
17 along with XEmacs; see the file COPYING. If not, write to the Free | 17 along with XEmacs; see the file COPYING. If not, write to the Free |
18 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | 18 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
19 02111-1307, USA.*/ | 19 02111-1307, USA.*/ |
20 | 20 |
21 #include "config.h" | 21 #include <config.h> |
22 #include <stdio.h> | 22 #include <stdio.h> |
23 #include <lisp.h> | 23 #include "lisp.h" |
24 #include <stddef.h> | 24 #include <stddef.h> |
25 #include "sheap-adjust.h" | 25 #include "sheap-adjust.h" |
26 | 26 |
27 #ifdef MULE | 27 #ifdef MULE |
28 #define STATIC_HEAP_BASE 0x600000 | 28 #define STATIC_HEAP_BASE 0x600000 |