]> git.eshelyaron.com Git - emacs.git/commitdiff
(main) [MSDOS]: Dummy stub just to make the file compile.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 1994 03:57:48 +0000 (03:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 1994 03:57:48 +0000 (03:57 +0000)
lib-src/fakemail.c

index 4810dc8bfc031fdcc002fd8b6e690e8989a0cff7..145e51efd014757f04021056de77f45d5c21a644 100644 (file)
@@ -27,6 +27,11 @@ main ()
 {
 }
 #else /* not BSD 4.2 (or newer) */
+#ifdef MSDOS
+main ()
+{
+}
+#else /* not MSDOS */
 /* This conditional contains all the rest of the file.  */
 
 /* These are defined in config in some versions. */
@@ -658,4 +663,5 @@ main (argc, argv)
   exit (close_the_streams ());
 }
 
+#endif /* not MSDOS */
 #endif /* not BSD 4.2 (or newer) */