fix warning about signed vs. unsigned comparision and potential truncation error

This commit is contained in:
tg
2011-02-09 13:08:27 +00:00
parent 4e0f597b5d
commit 5161342b9b
3 changed files with 15 additions and 8 deletions

4
sh.h
View File

@@ -154,9 +154,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.427 2011/02/03 15:57:52 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.428 2011/02/09 13:08:27 tg Exp $");
#endif
#define MKSH_VERSION "R39 2011/02/03"
#define MKSH_VERSION "R39 2011/02/09"
#ifndef MKSH_INCLUDES_ONLY