diff options
Diffstat (limited to '')
-rw-r--r-- | src/error.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/error.h b/src/error.h index 7b04634..4a793c5 100644 --- a/src/error.h +++ b/src/error.h @@ -74,7 +74,6 @@ extern int exception; #define EXEXEC 3 /* command execution failed */ #define EXEXIT 4 /* exit the shell */ #define EXSIG 5 /* trapped signal in wait(1) */ -#define EXEVAL 6 /* exit the shell due to set -e */ /* |