diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-10-13 16:30:13 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-10-13 16:30:13 +0000 |
commit | 3c37057c34d975ada2e9e6590845732677e77104 (patch) | |
tree | 35d876225f35ea3d3c90c68df50e41fba8dbbe44 /Src/zsh.h | |
parent | cc81bba1e34b4a7a357b6a7e6ec1d4eede4ffa61 (diff) | |
download | zsh-3c37057c34d975ada2e9e6590845732677e77104.tar.gz zsh-3c37057c34d975ada2e9e6590845732677e77104.tar.xz zsh-3c37057c34d975ada2e9e6590845732677e77104.zip |
21871: replace INULL() by inull()
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index 3db3aa3d4..8fea197f7 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -163,8 +163,6 @@ struct mathfunc { */ #define Nularg ((char) 0x9c) -#define INULL(x) ((x) >= Snull && (x) <= Nularg) - /* * Take care to update the use of IMETA appropriately when adding * tokens here. |