# HG changeset patch # User Karl Heuer # Date 802642425 0 # Node ID cf65209088d60ff4f2496fcdaa054e100cbc2845 # Parent e7d81d04043bff68f38550610562e192ab691298 [MSDOS]: #undef chdir. diff -r e7d81d04043b -r cf65209088d6 lib-src/make-docfile.c --- a/lib-src/make-docfile.c Thu Jun 08 19:57:56 1995 +0000 +++ b/lib-src/make-docfile.c Thu Jun 08 20:13:45 1995 +0000 @@ -56,6 +56,12 @@ 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;