Mercurial > emacs
diff src/lread.c @ 31100:92f108b8b281
[USE_CRT_DLL]: Remove unnecessary extern, which
screws up dllimport attributes.
| author | Andrew Innes <andrewi@gnu.org> |
|---|---|
| date | Tue, 22 Aug 2000 22:38:05 +0000 |
| parents | ac46a0e782f1 |
| children | 8929101e0c90 |
line wrap: on
line diff
--- a/src/lread.c Tue Aug 22 22:36:52 2000 +0000 +++ b/src/lread.c Tue Aug 22 22:38:05 2000 +0000 @@ -72,7 +72,9 @@ #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;
