From xemacs-m  Fri Feb 28 00:19:20 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id AAA19534
	for <xemacs-beta@xemacs.org>; Fri, 28 Feb 1997 00:19:19 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQceur07271; Fri, 28 Feb 1997 01:19:19 -0500 (EST)
Date: Fri, 28 Feb 1997 01:19:19 -0500 (EST)
Message-Id: <QQceur07271.199702280619@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: [20.1] Fixes for dumping strangeness with too-low PURESIZE.
In-Reply-To: <m2zpwpmqik.fsf@altair.xemacs.org>
References: <199702272243.QAA10770@lks.cadence.com>
	<m2zpwpmqik.fsf@altair.xemacs.org>
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Steven L Baur writes:
 > -            struct Lisp_Compiled_Function *n = XCOMPILED_FUNCTION (obj);
 > +	    /* How on earth could this code have worked before?  -sb */
 > +            struct Lisp_Compiled_Function *n = XCOMPILED_FUNCTION (new);

Never needed to work.  Compiled functions get allocated in
purespace at read time.  Fortunate, eh?

