diff options
| author | Andrew Innes | 2000-08-22 22:19:26 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-08-22 22:19:26 +0000 |
| commit | f12ef5ebfd680c9aeeab106d0de5966ee3bf2075 (patch) | |
| tree | 0d9395cf00783823e36d849d0eb510cdf3d18bf6 /src/fileio.c | |
| parent | 1f9c3929c54fbb9e1e25c6cede937b5aaa65a41f (diff) | |
| download | emacs-f12ef5ebfd680c9aeeab106d0de5966ee3bf2075.tar.gz emacs-f12ef5ebfd680c9aeeab106d0de5966ee3bf2075.zip | |
[USE_CRT_DLL]: Remove unnecessary extern, which screws
up dllimport attributes.
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 38a605ad12f..b5b9213d895 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -65,8 +65,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 65 | #include <errno.h> | 65 | #include <errno.h> |
| 66 | 66 | ||
| 67 | #ifndef vax11c | 67 | #ifndef vax11c |
| 68 | #ifndef USE_CRT_DLL | ||
| 68 | extern int errno; | 69 | extern int errno; |
| 69 | #endif | 70 | #endif |
| 71 | #endif | ||
| 70 | 72 | ||
| 71 | #ifdef APOLLO | 73 | #ifdef APOLLO |
| 72 | #include <sys/time.h> | 74 | #include <sys/time.h> |