summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/patches/patch-as')
-rw-r--r--editors/emacs/patches/patch-as15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-as b/editors/emacs/patches/patch-as
new file mode 100644
index 00000000000..341ce790139
--- /dev/null
+++ b/editors/emacs/patches/patch-as
@@ -0,0 +1,15 @@
+$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;