Correct mistake when doing hashtable lookup collision resolution… oops

This commit is contained in:
tg
2012-12-07 23:46:38 +00:00
parent 98b6cd9b8d
commit c4e88acd83
3 changed files with 8 additions and 8 deletions

4
sh.h
View File

@@ -152,9 +152,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.614 2012/12/05 19:38:23 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.615 2012/12/07 23:46:38 tg Exp $");
#endif
#define MKSH_VERSION "R41 2012/12/05"
#define MKSH_VERSION "R41 2012/12/07"
/* arithmetic types: C implementation */
#if !HAVE_CAN_INTTYPES