diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-10 16:19:11 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-10 16:19:11 +0000 |
commit | f6ecbb7f4d74099a0d4b342996696159344f4235 (patch) | |
tree | b5da55d82acdc4ff4f3d8c0972be03a75a32837e /Src/zsh.h | |
parent | 4239b1243a4795fc6e7207151334cce03dafe44e (diff) | |
download | zsh-f6ecbb7f4d74099a0d4b342996696159344f4235.tar.gz zsh-f6ecbb7f4d74099a0d4b342996696159344f4235.tar.xz zsh-f6ecbb7f4d74099a0d4b342996696159344f4235.zip |
12581: C_BASES option
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index bf59641b5..cdb90e264 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1326,6 +1326,7 @@ enum { BGNICE, BRACECCL, BSDECHO, + CBASES, CDABLEVARS, CHASEDOTS, CHASELINKS, |