summaryrefslogtreecommitdiff
path: root/src/keyword.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-02-14 12:52:29 +0000
committerBruno Haible <bruno@clisp.org>2003-02-14 12:52:29 +0000
commit799d1c7534f4366fe1592b3b010e0a8be3eb3863 (patch)
tree31356f2f56cb9d42a5e5c5e79a3d05bd604f7137 /src/keyword.h
parentee135115f5da5bcfe6626a08fb91891d2aa2ee86 (diff)
downloadgperf-799d1c7534f4366fe1592b3b010e0a8be3eb3863.tar.gz
Change element type of _selchars from 'unsigned char' to 'unsigned int'.
Diffstat (limited to 'src/keyword.h')
-rw-r--r--src/keyword.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyword.h b/src/keyword.h
index 4f0b509..6c87d74 100644
--- a/src/keyword.h
+++ b/src/keyword.h
@@ -59,7 +59,7 @@ struct KeywordExt : public Keyword
/* The selected characters that participate for the hash function,
selected according to the keyposition list, as a canonically reordered
multiset. */
- const unsigned char * _selchars;
+ const unsigned int * _selchars;
int _selchars_length;
/* Chained list of keywords having the same _selchars and
- if !option[NOLENGTH] - also the same _allchars_length.