mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* common.mk, hash.c: remove unused inclusion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7440ec27fd
commit
23c291da09
3 changed files with 7 additions and 3 deletions
3
hash.c
3
hash.c
|
@ -11,7 +11,6 @@
|
|||
|
||||
**********************************************************************/
|
||||
|
||||
#include "eval_intern.h"
|
||||
#include "ruby/ruby.h"
|
||||
#include "ruby/st.h"
|
||||
#include "ruby/util.h"
|
||||
|
@ -626,6 +625,8 @@ rb_hash_default_proc(VALUE hash)
|
|||
* h["cat"] #=> "catcat"
|
||||
*/
|
||||
|
||||
VALUE rb_obj_is_proc(VALUE proc);
|
||||
|
||||
static VALUE
|
||||
rb_hash_set_default_proc(VALUE hash, VALUE proc)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue