diff options
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index 15b01a0db..9dc7f2087 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1301,6 +1301,7 @@ enum { HUP, IGNOREBRACES, IGNOREEOF, + IGNORENULLCMD, INCAPPENDHISTORY, INTERACTIVE, INTERACTIVECOMMENTS, @@ -1352,6 +1353,7 @@ enum { SHFILEEXPANSION, SHGLOB, SHINSTDIN, + SHNULLCMD, SHOPTIONLETTERS, SHORTLOOPS, SHWORDSPLIT, |