summaryrefslogtreecommitdiff
path: root/tests/incomplete.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/incomplete.exp')
-rw-r--r--tests/incomplete.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/incomplete.exp b/tests/incomplete.exp
index dfb0b57..65e8ea5 100644
--- a/tests/incomplete.exp
+++ b/tests/incomplete.exp
@@ -46,7 +46,7 @@ inline
#endif
#endif
static unsigned int
-hash (register const char *str, register unsigned int len)
+hash (register const char *str, register size_t len)
{
static unsigned char asso_values[] =
{
@@ -87,7 +87,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
struct month *
-in_word_set (register const char *str, register unsigned int len)
+in_word_set (register const char *str, register size_t len)
{
static struct month wordlist[] =
{