diff --git a/utils/const_str_hash b/utils/const_str_hash index 4cfb5474e..b0520fe62 100755 --- a/utils/const_str_hash +++ b/utils/const_str_hash @@ -168,7 +168,7 @@ static int __csh_lookup_$num(const str *s) { END } -print("static const struct __csh_hash_lookup *(*__csh_lookup_funcs[])(const char *, long unsigned int) = {\n"); +print("static const struct __csh_hash_lookup *(*__csh_lookup_funcs[])(const char *, size_t) = {\n"); for my $section (@sections) { print("\t__csh_lookup_raw_$section->{num},\n"); }