aboutsummaryrefslogtreecommitdiff
path: root/include/ansidecl.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-05-11 20:22:28 +0000
committerDJ Delorie <dj@redhat.com>2001-05-11 20:22:28 +0000
commit6112b8746ae25d65f8cf77e786a87cd6723e72ce (patch)
treeb93a0170894d72e8090c56bae66610f750820ba5 /include/ansidecl.h
parenta602d56b17a58476abf78c104313c15de4b42d2a (diff)
downloadgdb-6112b8746ae25d65f8cf77e786a87cd6723e72ce.zip
gdb-6112b8746ae25d65f8cf77e786a87cd6723e72ce.tar.gz
gdb-6112b8746ae25d65f8cf77e786a87cd6723e72ce.tar.bz2
merge from gcc
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 88187be..4ef6db8 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: