pkgsrc/editors/emacs/patches/patch-as
joerg 45fad7e41d Create separate configuration for DragonFly. Fix errno.
Based on patch from Richard Nyberg on DragonFly's user list.
2005-12-29 13:56:51 +00:00

15 lines
482 B
Text

$NetBSD: patch-as,v 1.3 2005/12/29 13:56:51 joerg Exp $
--- src/lread.c.orig 2005-12-29 13:32:39.000000000 +0000
+++ src/lread.c
@@ -72,10 +72,6 @@ Boston, MA 02111-1307, USA. */
#define file_tell ftell
#endif
-#ifndef USE_CRT_DLL
-extern int errno;
-#endif
-
Lisp_Object Qread_char, Qget_file_char, Qstandard_input, Qcurrent_load_list;
Lisp_Object Qvariable_documentation, Vvalues, Vstandard_input, Vafter_load_alist;
Lisp_Object Qascii_character, Qload, Qload_file_name;