aboutsummaryrefslogtreecommitdiff
path: root/gdb/vx-share
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-03-19 21:03:05 +0000
committerStu Grossman <grossman@cygnus>1993-03-19 21:03:05 +0000
commitbc0d4cb9fea0d18532db3a02216584cf5f39c5b0 (patch)
treed09bbaba6ade3a224efbcc9876b1d5208c8e667c /gdb/vx-share
parentdeb3f296bc27663e538882312d3d79ae538d85c7 (diff)
downloadgdb-bc0d4cb9fea0d18532db3a02216584cf5f39c5b0.zip
gdb-bc0d4cb9fea0d18532db3a02216584cf5f39c5b0.tar.gz
gdb-bc0d4cb9fea0d18532db3a02216584cf5f39c5b0.tar.bz2
Yes John, I haven't heard from Mark Fox yet.
* vx-share/vxWorks.h: Remove #def of NULL.
Diffstat (limited to 'gdb/vx-share')
-rw-r--r--gdb/vx-share/vxWorks.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/vx-share/vxWorks.h b/gdb/vx-share/vxWorks.h
index 8ce167b..1598837 100644
--- a/gdb/vx-share/vxWorks.h
+++ b/gdb/vx-share/vxWorks.h
@@ -45,10 +45,6 @@ modification history
#ifndef INCvxWorksh
#define INCvxWorksh
-#if !defined(NULL) || (NULL!=0)
-#define NULL 0
-#endif
-
#if !defined(EOF) || (EOF!=(-1))
#define EOF (-1)
#endif