Mercurial > emacs
changeset 5447:6f0905b05218
(main) [MSDOS]: Dummy stub just to make the file compile.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Jan 1994 03:57:48 +0000 |
parents | 726a3dc867a6 |
children | 18de002e47dd |
files | lib-src/fakemail.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/fakemail.c Thu Jan 06 03:57:28 1994 +0000 +++ b/lib-src/fakemail.c Thu Jan 06 03:57:48 1994 +0000 @@ -27,6 +27,11 @@ { } #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 @@ exit (close_the_streams ()); } +#endif /* not MSDOS */ #endif /* not BSD 4.2 (or newer) */