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>
This commit is contained in:
Juan Quintela 2009-08-28 19:23:28 +02:00 committed by Aurelien Jarno
parent 3df04ac3c6
commit 6c58e80f3e
1 changed files with 0 additions and 2 deletions

View File

@ -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"