actually catch out of [1;36] bounds integer bases

This commit is contained in:
tg
2011-12-09 20:40:26 +00:00
parent f42044258f
commit f8098a7f48
2 changed files with 8 additions and 9 deletions

4
sh.h
View File

@@ -151,9 +151,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.508 2011/12/03 00:01:28 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.509 2011/12/09 20:40:26 tg Exp $");
#endif
#define MKSH_VERSION "R40 2011/12/02"
#define MKSH_VERSION "R40 2011/12/09"
/* arithmetics types */
typedef int32_t mksh_ari_t;