add standard variable PATHSEP, for better and easier OS/2 support

This commit is contained in:
tg
2017-03-19 22:31:29 +00:00
parent 0530264293
commit 9466b49fe8
5 changed files with 39 additions and 16 deletions

4
sh.h
View File

@ -175,9 +175,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.795 2017/03/17 22:45:53 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.796 2017/03/19 22:31:29 tg Exp $");
#endif
#define MKSH_VERSION "R54 2017/03/17"
#define MKSH_VERSION "R54 2017/03/19"
/* arithmetic types: C implementation */
#if !HAVE_CAN_INTTYPES