diff options
author | Roland McGrath <roland@redhat.com> | 1994-07-25 23:28:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-07-25 23:28:08 +0000 |
commit | f663464925a9a79bf0ec5e91ebf2e4cfd056b9eb (patch) | |
tree | 284c8f9b5d7db45c4894e337062fc28f9c41de2f | |
parent | 5d435e08596f48e2692a4556eb1299f12079c605 (diff) | |
download | gunmake-f663464925a9a79bf0ec5e91ebf2e4cfd056b9eb.tar.gz |
(PATH_SEPARATOR_CHAR): Macro removed (now in make.h).
-rw-r--r-- | job.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. */ |