From 18a799ccb176bd83fbabe18444107142a4802b2e Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 6 Jul 1992 22:02:07 -0400 Subject: [PATCH] Changes to support 64-bit hosts: Remove definition of NULL. From-SVN: r1494 --- gcc/c-common.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/c-common.c b/gcc/c-common.c index 7ccad64a335..86d202eda4b 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -24,9 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "flags.h" #include -#undef NULL -#define NULL 0 - /* Make bindings for __FUNCTION__ and __PRETTY_FUNCTION__. */ void -- 2.30.2