diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-28 19:23:28 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-09-26 21:22:42 +0200 |
commit | 6c58e80f3e8795994bb2fd3b401c7abb29d4ef78 (patch) | |
tree | 441d7bafe4e691efdc2bbc2a3e4854fce0968bc2 /dyngen-exec.h | |
parent | 3df04ac3c63ba6a0ff7417e0f7dd389bc3efb09d (diff) |
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 <quintela@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'dyngen-exec.h')
-rw-r--r-- | dyngen-exec.h | 2 |
1 files changed, 0 insertions, 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" |