c05f839a89
as usable as Emacs can be. Fix errno. Use ${LOWER_OPSYS} instead of hard-coded OS name and pass the pass to canna lib to configure. The first fixes !NetBSD, the latter triggers addition of rpath entries for libcanna.
20 lines
635 B
Text
20 lines
635 B
Text
$NetBSD: patch-al,v 1.3 2006/01/04 20:35:08 joerg Exp $
|
|
|
|
--- src/lread.c.orig 1995-02-17 08:57:05.000000000 +0100
|
|
+++ src/lread.c
|
|
@@ -82,13 +82,11 @@ the Free Software Foundation, 675 Mass A
|
|
#define O_RDONLY 0
|
|
#endif
|
|
|
|
-extern int errno;
|
|
-
|
|
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;
|
|
+Lisp_Object Qascii_character;
|
|
|
|
-extern Lisp_Object Qevent_symbol_element_mask;
|
|
+extern Lisp_Object Qload, Qevent_symbol_element_mask;
|
|
|
|
/* non-zero if inside `load' */
|
|
int load_in_progress;
|