diff options
Diffstat (limited to 'gdb/vx-share/vxWorks.h')
-rw-r--r-- | gdb/vx-share/vxWorks.h | 4 |
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 |