diff options
| author | Martijn Dekker <martijn@inlv.org> | 2017-10-11 20:44:54 +0200 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-11-02 20:03:45 +0000 |
| commit | bf04ffb54286c44deef6e4ceb6445d6af30897f9 (patch) | |
| tree | f73121d9f67f881312d8234a5277e550063e5918 /Src/hashtable.h | |
| parent | 41965: complete new functions -W and zmodload -s options (diff) | |
| download | zsh-bf04ffb54286c44deef6e4ceb6445d6af30897f9.tar zsh-bf04ffb54286c44deef6e4ceb6445d6af30897f9.tar.gz zsh-bf04ffb54286c44deef6e4ceb6445d6af30897f9.tar.bz2 zsh-bf04ffb54286c44deef6e4ceb6445d6af30897f9.tar.lz zsh-bf04ffb54286c44deef6e4ceb6445d6af30897f9.tar.xz zsh-bf04ffb54286c44deef6e4ceb6445d6af30897f9.tar.zst zsh-bf04ffb54286c44deef6e4ceb6445d6af30897f9.zip | |
41866: No error unsetting nonexistent function for POSIXBUILTINS
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 3606e9785..21398e17c 100644 --- a/Src/hashtable.h +++ b/Src/hashtable.h @@ -62,6 +62,7 @@ #define BIN_UNHASH 28 #define BIN_UNALIAS 29 #define BIN_UNFUNCTION 30 +#define BIN_UNSET 31 /* These currently depend on being 0 and 1. */ #define BIN_SETOPT 0 |
