mirror of
https://github.com/mirror/make.git
synced 2026-08-04 23:20:42 +00:00
(PATH_SEPARATOR_CHAR): New macro; differing defns for [__MSDOS__] and not.
This commit is contained in:
6
make.h
6
make.h
@@ -252,6 +252,12 @@ extern char *alloca ();
|
||||
#define ENUM_BITFIELD(bits)
|
||||
#endif
|
||||
|
||||
#ifdef __MSDOS__
|
||||
#define PATH_SEPARATOR_CHAR ';'
|
||||
#else
|
||||
#define PATH_SEPARATOR_CHAR ':'
|
||||
#endif
|
||||
|
||||
extern void die ();
|
||||
extern void message (), fatal (), error ();
|
||||
extern void makefile_error (), makefile_fatal ();
|
||||
|
||||
Reference in New Issue
Block a user