about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2017-06-01 14:47:08 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2017-06-01 14:47:08 -0700
commit281e4017d7588594a01f784deb0ffe1dbe9ef118 (patch)
tree6bcde82aca3571f9320a46d77431abcf19b54637 /Src/zsh.h
parent77fb699adad0540d99a6e4f0da0f266542f62ce6 (diff)
downloadzsh-281e4017d7588594a01f784deb0ffe1dbe9ef118.tar.gz
zsh-281e4017d7588594a01f784deb0ffe1dbe9ef118.tar.xz
zsh-281e4017d7588594a01f784deb0ffe1dbe9ef118.zip
Special-case typeset -c / -C because of PM_* renumbering
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 48e280984..5fbd95469 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1857,7 +1857,7 @@ struct tieddata {
 #define PM_NAMEDDIR     (1<<30) /* has a corresponding nameddirtab entry    */
 
 /* The option string corresponds to the first of the variables above */
-#define TYPESET_OPTSTR "aiEFALRZlurtxUhHTkzcC"
+#define TYPESET_OPTSTR "aiEFALRZlurtxUhHTkz"
 
 /* These typeset options take an optional numeric argument */
 #define TYPESET_OPTNUM "LRZiEF"