From xemacs-m  Thu Jan 23 11:09:55 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id LAA15764 for <xemacs-beta@xemacs.org>; Thu, 23 Jan 1997 11:09:54 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id JAA26924;
	Thu, 23 Jan 1997 09:21:00 -0800
To: xemacs-beta@xemacs.org
Subject: IMPORTANT PATCH (was Re: 20.0-b91 Build Success)
References: <199701231542.HAA14585@binah.mind.net> <u9wwt4z6id.fsf@neal.ctd.comsat.com>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Neal Becker's message of 23 Jan 1997 11:43:54 -0500
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 23 Jan 1997 09:20:58 -0800
Message-ID: <m27ml42tqd.fsf_-_@altair.xemacs.org>
Lines: 51
X-Mailer: Red Gnus v0.82/XEmacs 20.0

Neal Becker writes:

>> Hah!  I changed the BASE_PURESPACE back to the value it had in b90,
>> and the compile worked successfully.

> And what was that magic number?

A number too big. :-(

Here is (hopefully) a better solution.  Tested with and without mule
and with Motif.

One of the other numbers is still off enough to cause problems, but it
will take me several hours worth of builds to adjust the numbers.

Index: puresize.h
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/src/puresize.h,v
retrieving revision 1.3
diff -u -r1.3 puresize.h
--- puresize.h	1997/01/23 07:09:56	1.3
+++ puresize.h	1997/01/23 16:54:52
@@ -32,9 +32,9 @@
    things configured in. */
 
 #if (LONGBITS == 64)
-# define BASE_PURESIZE 847000
+# define BASE_PURESIZE 892000
 #else
-# define BASE_PURESIZE 467000
+# define BASE_PURESIZE 512000
 #endif
 
 /* If any particular systems need to change the base puresize, they
@@ -79,9 +79,9 @@
 
 #ifdef MULE
 # if (LONGBITS == 64)
-#  define MULE_PURESIZE_EXTRA 144000
+#  define MULE_PURESIZE_EXTRA 99000
 # else
-#  define MULE_PURESIZE_EXTRA 123000
+#  define MULE_PURESIZE_EXTRA 78000
 # endif
 #else
 # define MULE_PURESIZE_EXTRA 0

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
Real men aren't afraid to use chains on icy roads.

