1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

[MSDOS]: #undef chdir.

This commit is contained in:
Karl Heuer 1995-06-08 20:13:45 +00:00
parent 76fbc89437
commit 2d1985a2e1

View File

@ -56,6 +56,12 @@ int scan_file ();
int scan_lisp_file ();
int scan_c_file ();
#ifdef MSDOS
/* s/msdos.h defines this as sys_chdir, but we're not linking with the
file where that function is defined. */
#undef chdir
#endif
/* Stdio stream for output to the DOC file. */
FILE *outfile;