blob: c892b071f0e095f90cf9220a9a68110531b10707 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-an,v 1.1.1.1 2009/08/05 10:30:29 minskim Exp $
--- src/emacs.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/emacs.c
@@ -809,9 +809,6 @@ main (argc, argv
char stack_bottom_variable;
int do_initial_setlocale;
int skip_args = 0;
-#ifndef USE_CRT_DLL
- extern int errno;
-#endif
#ifdef HAVE_SETRLIMIT
struct rlimit rlim;
#endif
|