]> code.delx.au - gnu-emacs/commitdiff
(PURESIZE): Defnitions deleted.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 05:40:11 +0000 (05:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 05:40:11 +0000 (05:40 +0000)
src/m/alpha.h

index a78aec54fc70846ed5a6b5b6316e61f9bcea23ab..d071319e062c32e0cc59331c8a90a6e39e60f78a 100644 (file)
@@ -188,14 +188,3 @@ NOTE-END
 /* 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
-
-