summaryrefslogtreecommitdiff
path: root/tests/objc.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/objc.exp')
-rw-r--r--tests/objc.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/objc.exp b/tests/objc.exp
index 78680c5..7bd0612 100644
--- a/tests/objc.exp
+++ b/tests/objc.exp
@@ -47,7 +47,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[] =
{
@@ -100,7 +100,7 @@ __attribute__ ((__gnu_inline__))
#endif
#endif
struct resword *
-is_reserved_word (register const char *str, register unsigned int len)
+is_reserved_word (register const char *str, register size_t len)
{
static struct resword wordlist[] =
{