[MSDOS]: #undef chdir.
This commit is contained in:
parent
76fbc89437
commit
2d1985a2e1
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue