X-Sybari-Space: 00000000 00000000 00000000 00000000 From: Martin Stromberg Message-Id: <200306120710.JAA25642@lws256.lu.erisoft.se> Subject: Re: DJGPP 2.04 alpha 2 later in the month? To: djgpp-workers AT delorie DOT com Date: Thu, 12 Jun 2003 09:10:01 +0200 (MET DST) In-Reply-To: <3EE787BF.8468B45B@yahoo.com> from "CBFalconer" at Jun 11, 2003 03:49:20 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk CBFalconer said: > [1] c:\c\malloc>*gcc @gcc.op3 -c nmalloc.c -o malloc.o > nmalloc.c:86:5: "DEBUGM" is not defined > nmalloc.c:86:15: "DEBUGF" is not defined > nmalloc.c:86:25: "DEBUGR" is not defined ... > turn enforces -ansi - pedantic -W -Wall -gstabs+). Probably means > I will have to avoid the simple "#ifdef DEBUGx" lines, which allow > concentrating debugisms on malloc, free, or realloc. #ifdef shouldn't be a problem. #if is (unless they are defined). Right, MartinS