mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
hash/delete.c: add declaration
* ext/-test-/hash/delete.c: add declaration of the function in internal.h. [Bug #10623] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0a841035df
commit
48436ac69e
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "ruby.h"
|
||||
|
||||
extern VALUE rb_hash_delete_entry(VALUE hash, VALUE key);
|
||||
|
||||
static VALUE
|
||||
hash_delete(VALUE hash, VALUE key)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue