diff options
Diffstat (limited to 'parse.y')
| -rw-r--r-- | parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8749,7 +8749,7 @@ static struct symbols { } global_symbols = {tLAST_TOKEN >> ID_SCOPE_SHIFT}; static const struct st_hash_type symhash = { - rb_str_cmp, + rb_str_hash_cmp, rb_str_hash, }; |
