From 6c58e80f3e8795994bb2fd3b401c7abb29d4ef78 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Fri, 28 Aug 2009 19:23:28 +0200 Subject: [PATCH] Don't redefine NULL, please Compiled (on linux) all the targets, and it compiled as expected. What platform needs this redefinition? Later, Juan. Signed-off-by: Juan Quintela Signed-off-by: Aurelien Jarno --- dyngen-exec.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/dyngen-exec.h b/dyngen-exec.h index 18819e4707..86e61c3df1 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"