mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Change element type of _selchars from 'unsigned char' to 'unsigned int'.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user