mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Align the type of num_entries
to st_table
This commit is contained in:
parent
7c226291d3
commit
f0923164d8
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ struct dump_arg {
|
|||
st_table *data;
|
||||
st_table *compat_tbl;
|
||||
st_table *encodings;
|
||||
unsigned long num_entries;
|
||||
st_index_t num_entries;
|
||||
};
|
||||
|
||||
struct dump_call_arg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue