diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-05-15 18:48:21 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-05-15 18:48:21 +0000 |
commit | 195f1c4015b7219e81e7c376f06c9276106dcc84 (patch) | |
tree | 6cfc638eb3e08f2c55dfd1509c17d988b4ffa6fe /Src/zsh.h | |
parent | 18b193f241c6d4257a249b174283ba3148710349 (diff) | |
download | zsh-195f1c4015b7219e81e7c376f06c9276106dcc84.tar.gz zsh-195f1c4015b7219e81e7c376f06c9276106dcc84.tar.xz zsh-195f1c4015b7219e81e7c376f06c9276106dcc84.zip |
11387: OCTAL_ZEROES 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 dec00c9e7..34cde8b54 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1395,6 +1395,7 @@ enum { NOTIFY, NULLGLOB, NUMERICGLOBSORT, + OCTALZEROES, OVERSTRIKE, PATHDIRS, POSIXBUILTINS, |