diff options
| author | Andrew Innes | 2000-08-22 22:38:05 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-08-22 22:38:05 +0000 |
| commit | 03695acef74e736c8d6538c56d39d535008fd72d (patch) | |
| tree | cc792483b81d3e4437df16cd305388e454e81cf1 /src/lread.c | |
| parent | 3ec68006ee3994a79d6df34a036d870b4cfebe7e (diff) | |
| download | emacs-03695acef74e736c8d6538c56d39d535008fd72d.tar.gz emacs-03695acef74e736c8d6538c56d39d535008fd72d.zip | |
[USE_CRT_DLL]: Remove unnecessary extern, which
screws up dllimport attributes.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c index 723a81a1234..7f8711aa5e9 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -72,7 +72,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 72 | #define file_tell ftell | 72 | #define file_tell ftell |
| 73 | #endif | 73 | #endif |
| 74 | 74 | ||
| 75 | #ifndef USE_CRT_DLL | ||
| 75 | extern int errno; | 76 | extern int errno; |
| 77 | #endif | ||
| 76 | 78 | ||
| 77 | Lisp_Object Qread_char, Qget_file_char, Qstandard_input, Qcurrent_load_list; | 79 | Lisp_Object Qread_char, Qget_file_char, Qstandard_input, Qcurrent_load_list; |
| 78 | Lisp_Object Qvariable_documentation, Vvalues, Vstandard_input, Vafter_load_alist; | 80 | Lisp_Object Qvariable_documentation, Vvalues, Vstandard_input, Vafter_load_alist; |