From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: DJGPP only dumps with USE_LISP_UNION_TYPE ?? Date: Sun, 7 Nov 2004 13:02:30 +0100 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099829030 6915 80.91.229.6 (7 Nov 2004 12:03:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Nov 2004 12:03:50 +0000 (UTC) Cc: emacs devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 07 13:03:40 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CQllk-0006bJ-00 for ; Sun, 07 Nov 2004 13:03:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQlu2-0006hR-Ry for ged-emacs-devel@m.gmane.org; Sun, 07 Nov 2004 07:12:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CQltu-0006h7-Nn for emacs-devel@gnu.org; Sun, 07 Nov 2004 07:12:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CQltt-0006gi-VT for emacs-devel@gnu.org; Sun, 07 Nov 2004 07:12:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQltt-0006gX-SN for emacs-devel@gnu.org; Sun, 07 Nov 2004 07:12:05 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CQllF-0001du-GA for emacs-devel@gnu.org; Sun, 07 Nov 2004 07:03:10 -0500 Original-Received: from coolsville.localdomain ([83.226.180.220] [83.226.180.220]) by mxfep01.bredband.com with ESMTP id <20041107120308.XQGN4883.mxfep01.bredband.com@coolsville.localdomain>; Sun, 7 Nov 2004 13:03:08 +0100 In-Reply-To: Original-To: Andreas Schwab X-Mailer: Apple Mail (2.619) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29516 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29516 > "Jan D." writes: > >> Does this sound familiar to anyone? Shouldn't with and without >> USE_LISP_UNION_TYPE be the same at runtime? > > USE_LISP_UNION_TYPE implies #undef USE_LSB_TAG. It looks like > USE_LSB_TAG > does not work on DJGPP. Aha, that is it. #undef USE_LSB_TAG also produces a working Emacs. I guess we should not use USE_LSB_TAG for DJGPP. Is it anyone else who can dump Emacs with USE_LSB_TAG? It might be dependent on different versions of djgpp. Jan D.