diff options
author | Jean Boussier <[email protected]> | 2025-04-27 08:05:43 +0200 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-04-27 11:59:28 +0200 |
commit | 3ec7bfff2e7ac4f6f69d26676edcfd2e73ea3b05 (patch) | |
tree | e5f836790fc027fb7d30bb6388f10ae4464b6e40 /ext/coverage/depend | |
parent | 6874b289a199db74fac4126cbefe7cfac491cda0 (diff) |
Use a `set_table` for `rb_vm_struct.unused_block_warning_table`
Now that we have a hash-set implementation we can use that
instead of a hash-table with a static value.
Diffstat (limited to 'ext/coverage/depend')
-rw-r--r-- | ext/coverage/depend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/coverage/depend b/ext/coverage/depend index 1be81c5e9a..a00217a19f 100644 --- a/ext/coverage/depend +++ b/ext/coverage/depend @@ -188,6 +188,7 @@ coverage.o: $(top_srcdir)/internal/hash.h coverage.o: $(top_srcdir)/internal/imemo.h coverage.o: $(top_srcdir)/internal/sanitizers.h coverage.o: $(top_srcdir)/internal/serial.h +coverage.o: $(top_srcdir)/internal/set_table.h coverage.o: $(top_srcdir)/internal/static_assert.h coverage.o: $(top_srcdir)/internal/thread.h coverage.o: $(top_srcdir)/internal/variable.h |