summary refs log tree commit diff
path: root/src/error.h
diff options
context:
space:
mode:
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 2db9fe6..7b04634 100644
--- a/src/error.h
+++ b/src/error.h
@@ -66,7 +66,6 @@ struct jmploc {
 
 extern struct jmploc *handler;
 extern int exception;
-extern int exerrno;	/* error for EXEXEC */
 
 /* exceptions */
 #define EXINT 0		/* SIGINT received */