do implement quoting, as ${foo@Q} though, as hommage at mirmake

dedicate this “release” to Andi
and use tomorrow’s (UTC) day for version, to cover up my debian fuckup
This commit is contained in:
tg
2012-07-20 23:22:13 +00:00
parent 403c7c8e50
commit 058e7f8ed4
4 changed files with 49 additions and 9 deletions

4
sh.h
View File

@@ -157,9 +157,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.572 2012/07/01 15:54:57 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.573 2012/07/20 23:22:13 tg Exp $");
#endif
#define MKSH_VERSION "R40 2012/07/01"
#define MKSH_VERSION "R40 2012/07/21"
/* arithmetic types: C implementation */
#if !HAVE_CAN_INTTYPES