summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 06:34:33 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 06:34:33 +0000
commit23c291da09859680c95a71686cdfdb2f9dd512e6 (patch)
tree8bd3ce476a4e7253c82301ee1e6af95dfc75549a /hash.c
parent7440ec27fd23fc725c35049a1aea5bdc4fe9a7b3 (diff)
* common.mk, hash.c: remove unused inclusion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index bc627d868f..6a484ccfc7 100644
--- a/hash.c
+++ b/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)
{