1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-12-11 19:31:21 +01:00

41866: No error unsetting nonexistent function for POSIXBUILTINS

This commit is contained in:
Martijn Dekker 2017-10-11 20:44:54 +02:00 committed by Peter Stephenson
parent 2273fe478a
commit bf04ffb542
3 changed files with 11 additions and 1 deletions

View file

@ -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