Mercurial > hg > xemacs-beta
comparison src/pure.c @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | 929b76928fce |
children | 2c611d1463a6 |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
21 #include "puresize.h" | 21 #include "puresize.h" |
22 #include "lisp.h" | 22 #include "lisp.h" |
23 | 23 |
24 /* Moved from puresize.h to here so alloc.c does not get recompiled */ | 24 /* Moved from puresize.h to here so alloc.c does not get recompiled */ |
25 | 25 |
26 /* Current build process on NT does not generate a puresize_adjust.h */ | 26 /* Current build process on NT does not generate a puresize-adjust.h */ |
27 /* file. --marcpa */ | 27 /* file. --marcpa */ |
28 #ifdef WINDOWSNT | 28 #ifdef WINDOWSNT |
29 # define PURESIZE_ADJUSTMENT 1000000 | 29 # define PURESIZE_ADJUSTMENT 1000000 |
30 #else | 30 #else |
31 # include <puresize_adjust.h> | 31 # include <puresize-adjust.h> |
32 #endif | 32 #endif |
33 #define PURESIZE ((RAW_PURESIZE) + (PURESIZE_ADJUSTMENT)) | 33 #define PURESIZE ((RAW_PURESIZE) + (PURESIZE_ADJUSTMENT)) |
34 | 34 |
35 long int | 35 long int |
36 get_PURESIZE(void) | 36 get_PURESIZE(void) |