diff options
| author | Richard M. Stallman | 1994-01-06 03:57:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-06 03:57:48 +0000 |
| commit | 26528bbc92de88bba1cf9d9a27db2bb992dc5a12 (patch) | |
| tree | e8ee9f7c90693783c90457c3d6ff6ee1d3605425 /lib-src | |
| parent | 91cf09ac120fe2b0cf1d41adad1cba238564f679 (diff) | |
| download | emacs-26528bbc92de88bba1cf9d9a27db2bb992dc5a12.tar.gz emacs-26528bbc92de88bba1cf9d9a27db2bb992dc5a12.zip | |
(main) [MSDOS]: Dummy stub just to make the file compile.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/fakemail.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 () | |||
| 27 | { | 27 | { |
| 28 | } | 28 | } |
| 29 | #else /* not BSD 4.2 (or newer) */ | 29 | #else /* not BSD 4.2 (or newer) */ |
| 30 | #ifdef MSDOS | ||
| 31 | main () | ||
| 32 | { | ||
| 33 | } | ||
| 34 | #else /* not MSDOS */ | ||
| 30 | /* This conditional contains all the rest of the file. */ | 35 | /* This conditional contains all the rest of the file. */ |
| 31 | 36 | ||
| 32 | /* These are defined in config in some versions. */ | 37 | /* These are defined in config in some versions. */ |
| @@ -658,4 +663,5 @@ main (argc, argv) | |||
| 658 | exit (close_the_streams ()); | 663 | exit (close_the_streams ()); |
| 659 | } | 664 | } |
| 660 | 665 | ||
| 666 | #endif /* not MSDOS */ | ||
| 661 | #endif /* not BSD 4.2 (or newer) */ | 667 | #endif /* not BSD 4.2 (or newer) */ |