1
0
mirror of https://github.com/mirror/make.git synced 2025-04-25 12:30:40 +08:00

(PATH_SEPARATOR_CHAR): Macro removed (now in make.h).

This commit is contained in:
Roland McGrath 1994-07-25 23:28:08 +00:00
parent 5d435e0859
commit f663464925

3
job.c
View File

@ -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. */