aboutsummaryrefslogtreecommitdiff
path: root/include/ansidecl.h
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-10 19:11:58 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-10 19:11:58 +0000
commit9cb0e14119fa2dd5f9a09100f079f5b7d8b56e03 (patch)
tree2f4bb0e79e63e5736da391ea32ee43d5a82c8cf0 /include/ansidecl.h
parentdfc1ac47bbae1a36bde18fab5ba7a896406aa698 (diff)
* ansidecl.h (NULL_PTR): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41946 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ansidecl.h')
-rw-r--r--include/ansidecl.h10
1 files changed, 0 insertions, 10 deletions
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: