mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-08 15:33:04 +00:00
(PATH_SEPARATOR_CHAR): Macro removed (now in make.h).
This commit is contained in:
parent
5d435e0859
commit
f663464925
1 changed files with 0 additions and 3 deletions
3
job.c
3
job.c
|
@ -35,9 +35,6 @@ static int dos_status;
|
|||
static char *dos_bname;
|
||||
static char *dos_bename;
|
||||
static int dos_batch_file;
|
||||
#define PATH_SEPARATOR_CHAR ';'
|
||||
#else /* Not MSDOS. */
|
||||
#define PATH_SEPARATOR_CHAR ':'
|
||||
#endif /* MSDOS. */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue