diff src/editfns.c @ 31095:e19d38e14720

[USE_CRT_DLL]: Remove unnecessary extern, which screws up dllimport attributes.
author Andrew Innes <andrewi@gnu.org>
date Tue, 22 Aug 2000 22:19:26 +0000
parents b26ac1565dd4
children 7930c46bb365
line wrap: on
line diff
--- a/src/editfns.c	Tue Aug 22 22:16:41 2000 +0000
+++ b/src/editfns.c	Tue Aug 22 22:19:26 2000 +0000
@@ -49,7 +49,10 @@
 #define NULL 0
 #endif
 
+#ifndef USE_CRT_DLL
 extern char **environ;
+#endif
+
 extern Lisp_Object make_time P_ ((time_t));
 extern size_t emacs_strftimeu P_ ((char *, size_t, const char *,
 				   const struct tm *, int));