summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-07-25 23:28:08 +0000
committerRoland McGrath <roland@redhat.com>1994-07-25 23:28:08 +0000
commitf663464925a9a79bf0ec5e91ebf2e4cfd056b9eb (patch)
tree284c8f9b5d7db45c4894e337062fc28f9c41de2f /job.c
parent5d435e08596f48e2692a4556eb1299f12079c605 (diff)
downloadgunmake-f663464925a9a79bf0ec5e91ebf2e4cfd056b9eb.tar.gz
(PATH_SEPARATOR_CHAR): Macro removed (now in make.h).
Diffstat (limited to 'job.c')
-rw-r--r--job.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/job.c b/job.c
index c850d7e..4831566 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. */