don't redefine NULL
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 31 Oct 1990 01:32:37 +0000 (17:32 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 31 Oct 1990 01:32:37 +0000 (17:32 -0800)
SCCS-vsn: usr.bin/ex/ex.h 7.11

usr/src/usr.bin/ex/ex.h

index 65234ac..51c6a37 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ex.h        7.10.1.1 (Berkeley) %G%
+ *     @(#)ex.h        7.11 (Berkeley) %G%
  */
 
 #ifdef V6
  */
 
 #ifdef V6
@@ -158,7 +158,9 @@ extern       struct option options[NOPTS + 1];
 #      define  BUFSIZ  512
 #  endif
 # endif
 #      define  BUFSIZ  512
 #  endif
 # endif
+# ifndef NULL
 #      define  NULL    0
 #      define  NULL    0
+# endif
 #      define  EOF     -1
 #endif
 
 #      define  EOF     -1
 #endif