summaryrefslogtreecommitdiff
path: root/tests/cplusplus.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cplusplus.exp')
-rw-r--r--tests/cplusplus.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cplusplus.exp b/tests/cplusplus.exp
index 69c2fd0..5f28621 100644
--- a/tests/cplusplus.exp
+++ b/tests/cplusplus.exp
@@ -49,7 +49,7 @@ inline
static unsigned int
hash (str, len)
register const char *str;
- register unsigned int len;
+ register size_t len;
{
static unsigned char asso_values[] =
{
@@ -110,7 +110,7 @@ __attribute__ ((__gnu_inline__))
struct resword *
is_reserved_word (str, len)
register const char *str;
- register unsigned int len;
+ register size_t len;
{
static struct resword wordlist[] =
{