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:
parent
91cf09ac12
commit
26528bbc92
1 changed files with 6 additions and 0 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue