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

src/unexec.c

index 7dac7323ff39e8c0c21551bf5118db865bb39252..fb00c27e54bc20df1fc3c640a7e442467af33bee 100644 (file)
@@ -1067,7 +1067,9 @@ write_segment (new, ptr, end)
 {
   register int i, nwrite, ret;
   char buf[80];
+#ifndef USE_CRT_DLL
   extern int errno;
+#endif
   /* This is the normal amount to write at once.
      It is the size of block that NFS uses.  */
   int writesize = 1 << 13;