1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(main) [MSDOS]: Dummy stub just to make the file compile.

This commit is contained in:
Richard M. Stallman 1994-01-06 03:57:48 +00:00
parent 91cf09ac12
commit 26528bbc92

View 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) */