diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-09-11 07:00:05 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-09-11 07:00:05 +0000 |
| commit | 6e09c17757603c0ae64a9919df724d71ca8c8bf9 (patch) | |
| tree | 9e4794eadcc6eb8aedae7f4bdc910dd544794836 /Src/hashtable.h | |
| parent | users/6529 + unposted (diff) | |
| download | zsh-6e09c17757603c0ae64a9919df724d71ca8c8bf9.tar zsh-6e09c17757603c0ae64a9919df724d71ca8c8bf9.tar.gz zsh-6e09c17757603c0ae64a9919df724d71ca8c8bf9.tar.bz2 zsh-6e09c17757603c0ae64a9919df724d71ca8c8bf9.tar.lz zsh-6e09c17757603c0ae64a9919df724d71ca8c8bf9.tar.xz zsh-6e09c17757603c0ae64a9919df724d71ca8c8bf9.tar.zst zsh-6e09c17757603c0ae64a9919df724d71ca8c8bf9.zip | |
19059: add -v, -V and -p flags required by POSIX to the command builtin
Diffstat (limited to 'Src/hashtable.h')
| -rw-r--r-- | Src/hashtable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/hashtable.h b/Src/hashtable.h index fdb9ab4fc..131c15c7b 100644 --- a/Src/hashtable.h +++ b/Src/hashtable.h @@ -58,6 +58,7 @@ #define BIN_DISABLE 24 #define BIN_ENABLE 25 #define BIN_PRINTF 26 +#define BIN_COMMAND 27 /* These currently depend on being 0 and 1. */ #define BIN_SETOPT 0 |
