about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-05-15 18:48:21 +0000
committerClint Adams <clint@users.sourceforge.net>2000-05-15 18:48:21 +0000
commit195f1c4015b7219e81e7c376f06c9276106dcc84 (patch)
tree6cfc638eb3e08f2c55dfd1509c17d988b4ffa6fe /Src/zsh.h
parent18b193f241c6d4257a249b174283ba3148710349 (diff)
downloadzsh-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.h1
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,