(PATH_SEPARATOR_CHAR): Macro removed (now in make.h).
authorRoland McGrath <roland@redhat.com>
Mon, 25 Jul 1994 23:28:08 +0000 (23:28 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 25 Jul 1994 23:28:08 +0000 (23:28 +0000)
job.c

diff --git a/job.c b/job.c
index c850d7e..4831566 100644 (file)
--- 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.  */