changeset 38243:9078c39595a8

(main): Remove extern declaration for sys_nerr, which isn't used and causes a compilation error with GCC 3.0 on FreeBSD 4.3.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 29 Jun 2001 22:09:06 +0000
parents 1c58ee3b6e20
children e78da9bd15dd
files src/emacs.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Fri Jun 29 18:26:53 2001 +0000
+++ b/src/emacs.c	Fri Jun 29 22:09:06 2001 +0000
@@ -712,7 +712,6 @@
   int skip_args = 0;
 #ifndef USE_CRT_DLL
   extern int errno;
-  extern int sys_nerr;
 #endif
 #ifdef HAVE_SETRLIMIT
   struct rlimit rlim;