summaryrefslogtreecommitdiff
path: root/tests/gpc.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gpc.exp')
-rw-r--r--tests/gpc.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gpc.exp b/tests/gpc.exp
index 59b5a18..b01f40a 100644
--- a/tests/gpc.exp
+++ b/tests/gpc.exp
@@ -56,7 +56,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[] =
{
@@ -97,7 +97,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[] =
{