15 lines
482 B
Text
15 lines
482 B
Text
$NetBSD: patch-as,v 1.1 2007/06/11 13:38:40 markd 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;
|