diff options
author | Moritz Jodeit <moritz@cvs.openbsd.org> | 2007-05-15 19:42:06 +0000 |
---|---|---|
committer | Moritz Jodeit <moritz@cvs.openbsd.org> | 2007-05-15 19:42:06 +0000 |
commit | 411c924837277917adc0e6333223ae43187d4f16 (patch) | |
tree | b73d45176e15af75c506a06b0f51bdd7113153b7 /usr.bin/tip/tip.h | |
parent | b20a27a5d8705aab699f34d88e11460c2f5794f7 (diff) |
Remove useless NOxxx defines and use NULL instead.
No binary change.
OK ray@
Diffstat (limited to 'usr.bin/tip/tip.h')
-rw-r--r-- | usr.bin/tip/tip.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/tip/tip.h b/usr.bin/tip/tip.h index dc42310f251..22ed0718374 100644 --- a/usr.bin/tip/tip.h +++ b/usr.bin/tip/tip.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tip.h,v 1.28 2006/11/06 19:37:21 millert Exp $ */ +/* $OpenBSD: tip.h,v 1.29 2007/05/15 19:42:05 moritz Exp $ */ /* $NetBSD: tip.h,v 1.7 1997/04/20 00:02:46 mellon Exp $ */ /* @@ -229,12 +229,6 @@ extern value_t vtable[]; /* variable table */ #define LINEDISC 34 #define DC 35 -#define NOVAL ((value_t *)NULL) -#define NOACU ((acu_t *)NULL) -#define NOSTR ((char *)NULL) -#define NOFILE ((FILE *)NULL) -#define NOPWD ((struct passwd *)0) - struct termios term; /* current mode of terminal */ struct termios defterm; /* initial mode of terminal */ struct termios defchars; /* current mode with initial chars */ |