From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mo0nU-0005f3-FO for qemu-devel@nongnu.org; Wed, 16 Sep 2009 16:08:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mo0nP-0005df-N0 for qemu-devel@nongnu.org; Wed, 16 Sep 2009 16:08:11 -0400 Received: from [199.232.76.173] (port=32996 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mo0nP-0005dc-HB for qemu-devel@nongnu.org; Wed, 16 Sep 2009 16:08:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37028) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mo0nO-0006fU-Vp for qemu-devel@nongnu.org; Wed, 16 Sep 2009 16:08:07 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8GK8528021196 for ; Wed, 16 Sep 2009 16:08:06 -0400 From: Juan Quintela Date: Wed, 16 Sep 2009 22:07:55 +0200 Message-Id: <1253131675-24154-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 [Resend, as 1st time got lost] 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