From c0e07c010e5abdea1a7d1357edb1d08adac529cb Mon Sep 17 00:00:00 2001 From: herbert Date: Fri, 25 Feb 2005 23:04:59 +1100 Subject: Eliminated global exerrno. --- src/error.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/error.h') 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 */ -- cgit 1.4.1