From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh5D7-0006Fq-A3 for qemu-devel@nongnu.org; Fri, 28 Aug 2009 13:26:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh5D2-0006Ak-HC for qemu-devel@nongnu.org; Fri, 28 Aug 2009 13:26:00 -0400 Received: from [199.232.76.173] (port=57375 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh5D2-0006Aa-3o for qemu-devel@nongnu.org; Fri, 28 Aug 2009 13:25:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55934) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh5D1-0001Pd-L2 for qemu-devel@nongnu.org; Fri, 28 Aug 2009 13:25:55 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7SHPspM020089 for ; Fri, 28 Aug 2009 13:25:54 -0400 From: Juan Quintela Date: Fri, 28 Aug 2009 19:23:28 +0200 Message-Id: <1251480208-21243-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PATCH] Don't redefine NULL, please List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Compiled (on linux) all the targets, and it compiled as expected. What platform needs this redefinition? Later, Juan. Signed-off-by: Juan Quintela --- dyngen-exec.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dyngen-exec.h b/dyngen-exec.h index 18819e4..86e61c3 100644 --- a/dyngen-exec.h +++ b/dyngen-exec.h @@ -47,8 +47,6 @@ typedef struct FILE FILE; extern int fprintf(FILE *, const char *, ...); extern int fputs(const char *, FILE *); extern int printf(const char *, ...); -#undef NULL -#define NULL 0 #if defined(__i386__) #define AREG0 "ebp" -- 1.6.2.5