From: Richard M. Stallman Date: Thu, 6 Jan 1994 03:57:48 +0000 (+0000) Subject: (main) [MSDOS]: Dummy stub just to make the file compile. X-Git-Tag: emacs-19.34~10404 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26528bbc92de88bba1cf9d9a27db2bb992dc5a12;p=emacs.git (main) [MSDOS]: Dummy stub just to make the file compile. --- diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index 4810dc8bfc0..145e51efd01 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c @@ -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) */