diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-05-10 19:11:58 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-05-10 19:11:58 +0000 |
commit | f59328a83d5a5a97f64dd2997380993a99a72b7f (patch) | |
tree | 2f4bb0e79e63e5736da391ea32ee43d5a82c8cf0 /include | |
parent | 79cdfa4b2951048126a0c888721b608a8c986d20 (diff) | |
download | gcc-f59328a83d5a5a97f64dd2997380993a99a72b7f.tar.gz |
* ansidecl.h (NULL_PTR): Delete.
From-SVN: r41946
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/ansidecl.h | 10 |
2 files changed, 4 insertions, 10 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index a7384878bef..d788ce2a9c5 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2001-05-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * ansidecl.h (NULL_PTR): Delete. + 2001-05-07 Zack Weinberg <zackw@stanford.edu> * demangle.h: Use PARAMS for all prototypes. diff --git a/include/ansidecl.h b/include/ansidecl.h index 88187be6786..4ef6db80b75 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: |