about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-10-13 13:19:29 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-10-13 13:19:29 +0000
commitcc81bba1e34b4a7a357b6a7e6ec1d4eede4ffa61 (patch)
tree822d9fa5a49b0fda14697073c3687b8641bf7c51 /Src/zsh.h
parentcca66ab341ffa330908aa6ea8da03e991aa6903c (diff)
downloadzsh-cc81bba1e34b4a7a357b6a7e6ec1d4eede4ffa61.tar.gz
zsh-cc81bba1e34b4a7a357b6a7e6ec1d4eede4ffa61.tar.xz
zsh-cc81bba1e34b4a7a357b6a7e6ec1d4eede4ffa61.zip
21870: bad INULL() definition
21869: multibyte characters in %-substitutions, invalid multibyte
characters in completion listings
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 19cfe216d..3db3aa3d4 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -163,7 +163,7 @@ struct mathfunc {
  */
 #define Nularg		((char) 0x9c)
 
-#define INULL(x)	(((x) & 0xf8) == 0x98)
+#define INULL(x)	((x) >= Snull && (x) <= Nularg)
 
 /*
  * Take care to update the use of IMETA appropriately when adding