summaryrefslogtreecommitdiff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-07-10 11:08:39 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-07-10 11:08:39 +0000
commit73be7ee553b1df74bfccb7742c79b620aec828ce (patch)
treee256c086d56b569273841eb3c93df2070958b1df /Src/zsh.h
parentbd2ee44b78d4b1ef78eac9a897237d63aecc35d6 (diff)
downloadzsh-73be7ee553b1df74bfccb7742c79b620aec828ce.tar.gz
zsh-73be7ee553b1df74bfccb7742c79b620aec828ce.zip
27106: reset status on command that expands to empty
27122: add POSIX_JOBS option
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index bd872a55a..2a23ad36a 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -930,6 +930,7 @@ struct execstack {
int badcshglob;
pid_t cmdoutpid;
int cmdoutval;
+ int use_cmdoutval;
int trap_return;
int trap_state;
int trapisfunc;
@@ -1955,6 +1956,7 @@ enum {
POSIXALIASES,
POSIXBUILTINS,
POSIXIDENTIFIERS,
+ POSIXJOBS,
PRINTEIGHTBIT,
PRINTEXITVALUE,
PRIVILEGED,