mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Move the handling of ALLCHARS (-k'*') into the Positions class.
This commit is contained in:
@@ -55,7 +55,6 @@ hash (str, len)
|
||||
switch (hval)
|
||||
{
|
||||
default:
|
||||
case 30:
|
||||
hval += asso_values[(unsigned char)str[29]];
|
||||
case 29:
|
||||
hval += asso_values[(unsigned char)str[28]];
|
||||
|
||||
Reference in New Issue
Block a user