diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-23 06:34:33 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-23 06:34:33 +0000 |
| commit | 5a050c4207ee5d0bca7fe3f3f250e24e9f9d21c1 (patch) | |
| tree | 8bd3ce476a4e7253c82301ee1e6af95dfc75549a /hash.c | |
| parent | 21bad9c4524f4bf8240403603ecd00beaf31b5e9 (diff) | |
| download | ruby-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |
