From 4a67f2479892fda348546404216270aaaff523ea Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 10 Jul 2006 13:08:22 +0000 Subject: 22544: Improve use of ztype tests for multibyte characters. Add POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names. --- Src/zsh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index 8554b5c96..b5f675db5 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1610,6 +1610,7 @@ enum { OVERSTRIKE, PATHDIRS, POSIXBUILTINS, + POSIXIDENTIFIERS, PRINTEIGHTBIT, PRINTEXITVALUE, PRIVILEGED, -- cgit v1.2.3