diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-08 10:02:58 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-08 10:02:58 +0000 |
commit | 8ce657c2cbbd194532be36343fd7f1882513541e (patch) | |
tree | 6f40e8283b1bb6bf202bec586fcf3c21e09c3cba /Src/zsh.h | |
parent | e4cdad9700342b4dbc1837307580134eee274f33 (diff) | |
download | zsh-8ce657c2cbbd194532be36343fd7f1882513541e.tar.gz zsh-8ce657c2cbbd194532be36343fd7f1882513541e.tar.xz zsh-8ce657c2cbbd194532be36343fd7f1882513541e.zip |
Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility options
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index 0d475441a..a80a6fd99 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1144,6 +1144,7 @@ struct builtin { #define BINF_KEEPNUM (1<<13) /* `[-+]NUM' can be an option */ #define BINF_SKIPDASH (1<<14) /* Treat `-' as argument (maybe `+') */ #define BINF_DASHDASHVALID (1<<15) /* Handle `--' even if SKIPINVALD */ +#define BINF_CLEARENV (1<<16) /* new process started with cleared env */ struct module { char *nam; |