Mercurial > emacs
changeset 8855:8db5444c2708
(PURESIZE): Defnitions deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Sep 1994 05:40:11 +0000 |
parents | c21c9ae5f8e7 |
children | 7e9547af43e8 |
files | src/m/alpha.h |
diffstat | 1 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/alpha.h Sat Sep 17 05:36:53 1994 +0000 +++ b/src/m/alpha.h Sat Sep 17 05:40:11 1994 +0000 @@ -188,14 +188,3 @@ /* Similarly, for XSETINT */ #define XSETINT(a, b) ((a) = (long)((a) & ~VALMASK) | (long)((b) & VALMASK)) - - -/* Make PURESIZE twice as large, as pointers are 64 bit */ - -#ifdef MULTI_FRAME -#define PURESIZE 460000 -#else -#define PURESIZE 400000 -#endif - -