summary refs log tree commit diff
path: root/src/error.h
diff options
context:
space:
mode:
authorherbert <herbert@gondor.apana.org.au>2005-02-28 21:06:29 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2005-09-26 18:33:03 +1000
commit3d47e34527bdc68c49eae6ee3b33506f8badbce5 (patch)
treeb595334e5c4c70aab576be4c00bfe1c70b32705d /src/error.h
parentCorrected that/than typo in manual page. (diff)
downloaddash-3d47e34527bdc68c49eae6ee3b33506f8badbce5.tar.gz
dash-3d47e34527bdc68c49eae6ee3b33506f8badbce5.zip
Replaced EXEVAL with SKIPEVAL.
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h1
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 */
 
 
 /*