From 3c37057c34d975ada2e9e6590845732677e77104 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 13 Oct 2005 16:30:13 +0000 Subject: 21871: replace INULL() by inull() --- Src/zsh.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Src/zsh.h') 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. -- cgit 1.4.1