From: Roland McGrath Date: Mon, 25 Jul 1994 23:28:08 +0000 (+0000) Subject: (PATH_SEPARATOR_CHAR): Macro removed (now in make.h). X-Git-Tag: 3.71.2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f663464925a9a79bf0ec5e91ebf2e4cfd056b9eb;p=thirdparty%2Fmake.git (PATH_SEPARATOR_CHAR): Macro removed (now in make.h). --- diff --git a/job.c b/job.c index c850d7e1..48315662 100644 --- a/job.c +++ b/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. */