summaryrefslogtreecommitdiffstats
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
commit5a050c4207ee5d0bca7fe3f3f250e24e9f9d21c1 (patch)
tree8bd3ce476a4e7253c82301ee1e6af95dfc75549a /hash.c
parent21bad9c4524f4bf8240403603ecd00beaf31b5e9 (diff)
downloadruby-5a050c4207ee5d0bca7fe3f3f250e24e9f9d21c1.tar.gz
ruby-5a050c4207ee5d0bca7fe3f3f250e24e9f9d21c1.tar.xz
ruby-5a050c4207ee5d0bca7fe3f3f250e24e9f9d21c1.zip
* common.mk, hash.c: remove unused inclusion.
git-svn-id: http://svn.ruby-lang.org/repos/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 bc627d868..6a484ccfc 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)
{