From xemacs-m  Tue Jun 10 11:01:14 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 LAA19295
	for <xemacs-beta@xemacs.org>; Tue, 10 Jun 1997 11:01:13 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQctiu22870; Tue, 10 Jun 1997 12:01:14 -0400 (EDT)
Date: Tue, 10 Jun 1997 12:01:14 -0400 (EDT)
Message-Id: <QQctiu22870.199706101601@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 Developers <xemacs-beta@xemacs.org>
Subject: Re: XEmacs 20.3-b5 build mostly successful on Digital UNIX V4.0B
In-Reply-To: <kig7mg2po6j.fsf@jagor.srce.hr>
References: <9706101237.AA08199@fornet.gvc.dec.com>
	<kig7mg2po6j.fsf@jagor.srce.hr>
X-Mailer: VM 6.33 under 20.3 XEmacs Lucid (beta4)
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

Hrvoje Niksic writes:
 > Steve Carney <carney@gvc.dec.com> writes:
 > 
 > > While making all-elc, I started getting zillions of something like the
 > > following for many files (even though I had already extracted the
 > > elc.tar file):
 > > 
 > >   Compiling /var/kits/install/xemacs/xemacs-20.3-b5/lisp/prim/subr.el...Comparison between integer and character is constant nil (0 and ?0)
 > 
 > Maybe Kyle's byte-optimizer patch has gone wrong?  Try unapplying it,
 > and see if the problem repeats.


There's nothing wrong--- the warning are bogus.  For now, find this
line in src/data.c

  debug_issue_ebola_notices = 2; /* #### temporary hack */

and change the 2 to a 0.

