summaryrefslogtreecommitdiff
path: root/tests/chill.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chill.exp')
-rw-r--r--tests/chill.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chill.exp b/tests/chill.exp
index 8fa7879..18fb2aa 100644
--- a/tests/chill.exp
+++ b/tests/chill.exp
@@ -47,7 +47,7 @@ inline
static unsigned int
hash (str, len)
register const char *str;
- register unsigned int len;
+ register size_t len;
{
static unsigned short asso_values[] =
{
@@ -185,7 +185,7 @@ __attribute__ ((__gnu_inline__))
struct resword *
in_word_set (str, len)
register const char *str;
- register unsigned int len;
+ register size_t len;
{
enum
{