fix refactoro, spotted by Natureshadow; add (working) testsuite for all operators

This commit is contained in:
tg
2016-08-12 16:48:05 +00:00
parent 2db6d0a08c
commit 879c6a0911
3 changed files with 101 additions and 7 deletions

4
sh.h
View File

@@ -175,9 +175,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.785 2016/08/10 18:20:18 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.786 2016/08/12 16:48:05 tg Exp $");
#endif
#define MKSH_VERSION "R53 2016/08/04"
#define MKSH_VERSION "R53 2016/08/12"
/* arithmetic types: C implementation */
#if !HAVE_CAN_INTTYPES