summaryrefslogtreecommitdiff
path: root/tests/modula2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modula2.exp')
-rw-r--r--tests/modula2.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modula2.exp b/tests/modula2.exp
index 3c6451d..c58bc6e 100644
--- a/tests/modula2.exp
+++ b/tests/modula2.exp
@@ -44,7 +44,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[] =
{
@@ -114,7 +114,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
const char *
-in_word_set (register const char *str, register unsigned int len)
+in_word_set (register const char *str, register size_t len)
{
static unsigned char lengthtable[] =
{