comparison src/m/alpha.h @ 8855:8db5444c2708

(PURESIZE): Defnitions deleted.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Sep 1994 05:40:11 +0000
parents 2afe507ed505
children 191acacfa1ec
comparison
equal deleted inserted replaced
8854:c21c9ae5f8e7 8855:8db5444c2708
186 186
187 187
188 /* Similarly, for XSETINT */ 188 /* Similarly, for XSETINT */
189 189
190 #define XSETINT(a, b) ((a) = (long)((a) & ~VALMASK) | (long)((b) & VALMASK)) 190 #define XSETINT(a, b) ((a) = (long)((a) & ~VALMASK) | (long)((b) & VALMASK))
191
192
193 /* Make PURESIZE twice as large, as pointers are 64 bit */
194
195 #ifdef MULTI_FRAME
196 #define PURESIZE 460000
197 #else
198 #define PURESIZE 400000
199 #endif
200
201