From 73be7ee553b1df74bfccb7742c79b620aec828ce Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 10 Jul 2009 11:08:39 +0000 Subject: 27106: reset status on command that expands to empty 27122: add POSIX_JOBS option --- Src/zsh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/zsh.h') 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, -- cgit 1.4.1