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,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…
x
Reference in New Issue
Block a user