fix here string parsing problem found by Stéphane Chazelas

This commit is contained in:
tg
2014-12-15 22:50:11 +00:00
parent 5cf460cc07
commit dcdc828c41
3 changed files with 29 additions and 14 deletions

4
sh.h
View File

@@ -169,9 +169,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.705 2014/11/25 21:13:29 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.706 2014/12/15 22:50:11 tg Exp $");
#endif
#define MKSH_VERSION "R50 2014/11/25"
#define MKSH_VERSION "R50 2014/12/15"
/* arithmetic types: C implementation */
#if !HAVE_CAN_INTTYPES