summary refs log tree commit diff
path: root/src/error.h
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-11-28 20:47:07 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2010-11-28 20:47:07 +0800
commit8393af1b1412201a2815e0a21cfec1e7d2f83b68 (patch)
treebbd96de78fb7e68a2bbf55b0ff53627a78905c66 /src/error.h
parent[BUILTIN] Use EXEXIT in place of EXEXEC (diff)
downloaddash-8393af1b1412201a2815e0a21cfec1e7d2f83b68.tar.gz
dash-8393af1b1412201a2815e0a21cfec1e7d2f83b68.zip
[BUILTIN] Stop documenting EXSHELLPROC
At some point between ash 0.3.5-11.0.1 and ash 0.3.8-37, Debian
ash stopped using the EXSHELLPROC exception to handle shell
scripts without a magic number.

Remove all remaining references to it to avoid confusion.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
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 ad1e55b..f236d9f 100644
--- a/src/error.h
+++ b/src/error.h
@@ -66,7 +66,6 @@ extern int exception;
 /* exceptions */
 #define EXINT 0		/* SIGINT received */
 #define EXERROR 1	/* a generic error */
-#define EXSHELLPROC 2	/* execute a shell procedure */
 #define EXEXIT 4	/* exit the shell */