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 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 */ |