From 37922e12777bb7169e3bd6064c6e6e5be4bc01bc Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Fri, 11 May 2001 20:22:28 +0000 Subject: merge from gcc --- include/ansidecl.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/ansidecl.h') diff --git a/include/ansidecl.h b/include/ansidecl.h index 88187be67..4ef6db80b 100644 --- a/include/ansidecl.h +++ b/include/ansidecl.h @@ -161,16 +161,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #endif /* ANSI C. */ -/* This is for GCC, which has historically used typed null pointer - constants. It needs to be here so it is seen by headers included - by gcc's config.h. - - FIXME: GCC probably doesn't need to use typed nulls anymore. - Clean it up, then remove this. Ware variable-argument functions. */ -#ifdef IN_GCC -# define NULL_PTR ((PTR) 0) -#endif - /* Using MACRO(x,y) in cpp #if conditionals does not work with some older preprocessors. Thus we can't define something like this: -- cgit v1.2.3