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/editfns.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/editfns.c')
| -rw-r--r-- | src/editfns.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index eab21a4e82a..b4044d2bb78 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -49,7 +49,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 49 | #define NULL 0 | 49 | #define NULL 0 |
| 50 | #endif | 50 | #endif |
| 51 | 51 | ||
| 52 | #ifndef USE_CRT_DLL | ||
| 52 | extern char **environ; | 53 | extern char **environ; |
| 54 | #endif | ||
| 55 | |||
| 53 | extern Lisp_Object make_time P_ ((time_t)); | 56 | extern Lisp_Object make_time P_ ((time_t)); |
| 54 | extern size_t emacs_strftimeu P_ ((char *, size_t, const char *, | 57 | extern size_t emacs_strftimeu P_ ((char *, size_t, const char *, |
| 55 | const struct tm *, int)); | 58 | const struct tm *, int)); |