1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

21870: bad INULL() definition

21869: multibyte characters in %-substitutions, invalid multibyte
characters in completion listings
This commit is contained in:
Peter Stephenson 2005-10-13 13:19:29 +00:00
parent cca66ab341
commit cc81bba1e3
4 changed files with 53 additions and 2 deletions

View file

@ -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