diff options
Diffstat (limited to 'gcc/cp/xref.c')
-rw-r--r-- | gcc/cp/xref.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/xref.c b/gcc/cp/xref.c index a5ea794..a09ab7f 100644 --- a/gcc/cp/xref.c +++ b/gcc/cp/xref.c @@ -61,9 +61,6 @@ int flag_gnu_xref; #ifndef FALSE #define FALSE 0 #endif -#ifndef NULL -#define NULL 0 -#endif #define PALLOC(typ) ((typ *) calloc(1,sizeof(typ))) |