Don't include sys/file.h for winnt; use process.h instead.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 30 Sep 1994 21:31:09 +0000 (17:31 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 30 Sep 1994 21:31:09 +0000 (17:31 -0400)
commit48ff801bdafe31d8df087b73156e89ba424c6fc1
tree91753139363ff702b6993b06619d4618a7e88986
parent7cc322e36f790da11c19860c96f2166ee4ce9e3e
Don't include sys/file.h for winnt; use process.h instead.

(concat): Now just concats two things; all callers changed.
(concat[346]): New functions.
(dir_separator_str): New variable.
(exec_prefixes, startfile_prefixes, include_prefixes): Renamed from same names
without plural; all users changed.
(find_a_file, process_command, do_spec_1): Use DIR_SEPARATOR.
(find_file, is_directory, main): Likewise.
(lookup_compiler): If OS/2, do case-independent search.
(fix_argv): New function on winnt.
(FIX_ARGV): New macro for some systems; use instead of argv.

From-SVN: r8184
gcc/gcc.c