diff options
| author | Andrew Innes | 2000-08-22 22:41:55 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-08-22 22:41:55 +0000 |
| commit | a5e73edce64c7ce518eb84d9bae019ab2e18ead8 (patch) | |
| tree | e7993d9641171066886d3c363185f58f21615dfb /src/unexec.c | |
| parent | 2538fae4f8e5e7a82449dd904d471439c9eb6345 (diff) | |
| download | emacs-a5e73edce64c7ce518eb84d9bae019ab2e18ead8.tar.gz emacs-a5e73edce64c7ce518eb84d9bae019ab2e18ead8.zip | |
(write_segment) [USE_CRT_DLL]: Remove unnecessary
extern, which screws up dllimport attributes.
Diffstat (limited to 'src/unexec.c')
| -rw-r--r-- | src/unexec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unexec.c b/src/unexec.c index 7dac7323ff3..fb00c27e54b 100644 --- a/src/unexec.c +++ b/src/unexec.c | |||
| @@ -1067,7 +1067,9 @@ write_segment (new, ptr, end) | |||
| 1067 | { | 1067 | { |
| 1068 | register int i, nwrite, ret; | 1068 | register int i, nwrite, ret; |
| 1069 | char buf[80]; | 1069 | char buf[80]; |
| 1070 | #ifndef USE_CRT_DLL | ||
| 1070 | extern int errno; | 1071 | extern int errno; |
| 1072 | #endif | ||
| 1071 | /* This is the normal amount to write at once. | 1073 | /* This is the normal amount to write at once. |
| 1072 | It is the size of block that NFS uses. */ | 1074 | It is the size of block that NFS uses. */ |
| 1073 | int writesize = 1 << 13; | 1075 | int writesize = 1 << 13; |