Yes John, I haven't heard from Mark Fox yet.

* vx-share/vxWorks.h:  Remove #def of NULL.
This commit is contained in:
Stu Grossman 1993-03-19 21:03:05 +00:00
parent deb3f296bc
commit bc0d4cb9fe
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Fri Mar 19 12:59:50 1993 Stu Grossman (grossman@cygnus.com)
* vx-share/vxWorks.h: Remove #def of NULL.
Fri Mar 19 11:28:18 1993 Jim Kingdon (kingdon@cygnus.com)
* tm-rs6000.h: Nuke no-op STAB_REG_TO_REGNUM.

View File

@ -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