gcc-snapshot (see below) issued a clobber warning, and both it and mgcc

yowled about the memmove test until I found a compromise
gcc version 4.8.0 20121120 (experimental) [trunk revision 193662] (Debian 20121120-1)
This commit is contained in:
tg
2012-12-22 00:03:42 +00:00
parent ce602be6be
commit 6d5e27a31a
4 changed files with 14 additions and 13 deletions

4
sh.h
View File

@@ -164,9 +164,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.619 2012/12/17 23:46:33 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.620 2012/12/22 00:03:42 tg Exp $");
#endif
#define MKSH_VERSION "R41 2012/12/17"
#define MKSH_VERSION "R41 2012/12/21"
/* arithmetic types: C implementation */
#if !HAVE_CAN_INTTYPES