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:
parent
cca66ab341
commit
cc81bba1e3
4 changed files with 53 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue