Mercurial > emacs
diff lib-src/fakemail.c @ 9491:dd3b83e4ceb0
Eliminate some -Wall warnings.
| author | David J. MacKenzie <djm@gnu.org> |
|---|---|
| date | Wed, 12 Oct 1994 20:21:51 +0000 |
| parents | cd81dba38a49 |
| children | 4246725d9759 |
line wrap: on
line diff
--- a/lib-src/fakemail.c Wed Oct 12 19:20:24 1994 +0000 +++ b/lib-src/fakemail.c Wed Oct 12 20:21:51 1994 +0000 @@ -23,11 +23,13 @@ #if defined (BSD) && !defined (BSD4_1) && !defined (USE_FAKEMAIL) /* This program isnot used in BSD, so just avoid loader complaints. */ +void main () { } #else /* not BSD 4.2 (or newer) */ #ifdef MSDOS +void main () { }
