From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: USE_LSB_TAG and MS-DOS Date: Sat, 15 May 2004 20:24:35 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <5567-Sat15May2004202435+0300-eliz@gnu.org> References: <2719-Sat15May2004150718+0300-eliz@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084642281 6973 80.91.224.253 (15 May 2004 17:31:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 May 2004 17:31:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 15 19:31:13 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BP30D-0004p9-00 for ; Sat, 15 May 2004 19:31:13 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BP30D-0007e2-00 for ; Sat, 15 May 2004 19:31:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BP2xq-0000bh-8K for emacs-devel@quimby.gnus.org; Sat, 15 May 2004 13:28:46 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BP2xe-0000VO-F8 for emacs-devel@gnu.org; Sat, 15 May 2004 13:28:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BP2uq-0007oR-Ta for emacs-devel@gnu.org; Sat, 15 May 2004 13:25:52 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BP2uq-0007mx-GY; Sat, 15 May 2004 13:25:40 -0400 Original-Received: from zaretski ([80.230.144.211]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id CWP58445; Sat, 15 May 2004 20:25:38 +0300 (IDT) Original-To: Jason Rumney X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Jason Rumney on Sat, 15 May 2004 16:10:46 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23490 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23490 > From: Jason Rumney > Date: Sat, 15 May 2004 16:10:46 +0100 > > The Windows build was also crashing there, but I didn't think it used > GNU malloc Didn't think earlier, or still don't think? (I presume the former, since nt/config.nt does define GNU_MALLOC.) > so I wasn't expecting Stefan's code to be enabled. I guess a MinGW build would enable it, as it uses GCC.