Merge remote-tracking branch 'mksh/master'
This commit is contained in:
6
sh.h
6
sh.h
@@ -175,9 +175,9 @@
|
||||
#endif
|
||||
|
||||
#ifdef EXTERN
|
||||
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.768 2016/03/04 18:28:42 tg Exp $");
|
||||
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.771 2016/05/05 22:56:14 tg Exp $");
|
||||
#endif
|
||||
#define MKSH_VERSION "R52 2016/03/04"
|
||||
#define MKSH_VERSION "R52 2016/05/05"
|
||||
|
||||
/* arithmetic types: C implementation */
|
||||
#if !HAVE_CAN_INTTYPES
|
||||
@@ -1756,7 +1756,7 @@ size_t utf_mbtowc(unsigned int *, const char *);
|
||||
size_t utf_wctomb(char *, unsigned int);
|
||||
int utf_widthadj(const char *, const char **);
|
||||
size_t utf_mbswidth(const char *) MKSH_A_PURE;
|
||||
const char *utf_skipcols(const char *, int) MKSH_A_PURE;
|
||||
const char *utf_skipcols(const char *, int, int *);
|
||||
size_t utf_ptradj(const char *) MKSH_A_PURE;
|
||||
#ifdef MIRBSD_BOOTFLOPPY
|
||||
#define utf_wcwidth(i) wcwidth((wchar_t)(i))
|
||||
|
Reference in New Issue
Block a user