add checks for ~+ and ~- (inspired by posh change) and bump date,

as I’m not likely to continue hacking tonight
This commit is contained in:
tg
2012-11-12 19:13:46 +00:00
parent b7659199ca
commit 68d8d83e67
2 changed files with 23 additions and 5 deletions

4
sh.h
View File

@@ -157,9 +157,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.601 2012/11/12 18:28:40 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.602 2012/11/12 19:13:46 tg Exp $");
#endif
#define MKSH_VERSION "R40 2012/10/30"
#define MKSH_VERSION "R40 2012/11/12"
/* arithmetic types: C implementation */
#if !HAVE_CAN_INTTYPES