]> git.eshelyaron.com Git - emacs.git/commitdiff
[USE_CRT_DLL]: Remove unnecessary extern, which
authorAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 22:38:05 +0000 (22:38 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 22:38:05 +0000 (22:38 +0000)
screws up dllimport attributes.

src/callproc.c
src/lread.c
src/strftime.c

index b29572bae0cc66e779da65a28bbfb82fe0baac74..bf2fabcc75004e80b6674a5b695e395861d3b66f 100644 (file)
@@ -24,7 +24,9 @@ Boston, MA 02111-1307, USA.  */
 #include <errno.h>
 #include <stdio.h>
 
+#ifndef USE_CRT_DLL
 extern int errno;
+#endif
 
 /* Define SIGCHLD as an alias for SIGCLD.  */
 
@@ -88,8 +90,10 @@ extern int errno;
 #ifdef VMS
 extern noshare char **environ;
 #else
+#ifndef USE_CRT_DLL
 extern char **environ;
 #endif
+#endif
 
 #ifdef HAVE_SETPGID
 #if !defined (USG) || defined (BSD_PGRPS)
index 723a81a1234db13fcc789b5b3f2bf5372539be4b..7f8711aa5e9a82209d98d7450ac6a59738af9852 100644 (file)
@@ -72,7 +72,9 @@ Boston, MA 02111-1307, USA.  */
 #define file_tell ftell
 #endif
 
+#ifndef USE_CRT_DLL
 extern int errno;
+#endif
 
 Lisp_Object Qread_char, Qget_file_char, Qstandard_input, Qcurrent_load_list;
 Lisp_Object Qvariable_documentation, Vvalues, Vstandard_input, Vafter_load_alist;
index f2a0e08ce9ed478b0d7d3529f9ff341c7c9c55a2..462e8a2a6c292ad93695fe6173a7d60f6c769997 100644 (file)
 # endif
 #endif
 #if HAVE_TZNAME
+#ifndef USE_CRT_DLL
 extern char *tzname[];
 #endif
+#endif
 
 /* Do multibyte processing if multibytes are supported, unless
    multibyte sequences are safe in formats.  Multibyte sequences are