mh… all I’m gonna hack on upstream today… fix -t for manpage generation and cleanup code snippets; bump vsn; sync clog

This commit is contained in:
tg
2012-06-26 19:33:33 +00:00
parent cbeac6b381
commit 1fa4453946
3 changed files with 17 additions and 17 deletions

4
sh.h
View File

@@ -157,9 +157,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.563 2012/06/26 18:11:05 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.564 2012/06/26 19:33:33 tg Exp $");
#endif
#define MKSH_VERSION "R40 2012/06/25"
#define MKSH_VERSION "R40 2012/06/26"
/* arithmetic types: C implementation */
#if !HAVE_CAN_INTTYPES