1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Change the 'len' parameter type to 'size_t'.

This commit is contained in:
Bruno Haible
2016-11-26 17:54:33 +01:00
parent 31784d388f
commit d519d1a821
19 changed files with 66 additions and 49 deletions

View File

@@ -47,7 +47,7 @@ inline
static unsigned int
hash (str, len)
register const char *str;
register unsigned int len;
register size_t len;
{
static unsigned short asso_values[] =
{
@@ -185,7 +185,7 @@ __attribute__ ((__gnu_inline__))
struct resword *
in_word_set (str, len)
register const char *str;
register unsigned int len;
register size_t len;
{
enum
{