Mercurial > hg > xemacs-beta
comparison src/pure.c @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | e121b013d1f0 |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
222:aae4c8b01452 | 223:2c611d1463a6 |
---|---|
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 */ | |
27 /* file. --marcpa */ | |
28 #ifdef WINDOWSNT | |
29 # define PURESIZE_ADJUSTMENT 1000000 | |
30 #else | |
31 # include <puresize-adjust.h> | 26 # include <puresize-adjust.h> |
32 #endif | |
33 #define PURESIZE ((RAW_PURESIZE) + (PURESIZE_ADJUSTMENT)) | 27 #define PURESIZE ((RAW_PURESIZE) + (PURESIZE_ADJUSTMENT)) |
34 | 28 |
35 long int | 29 long int |
36 get_PURESIZE(void) | 30 get_PURESIZE(void) |
37 { | 31 { |