summaryrefslogtreecommitdiffstats
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-10 16:33:51 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-10 16:33:51 +0000
commit621f78e29dea696cf28e4b381fcace1bc63cbbcd (patch)
tree5d3dd4ee2335a7dc1fc437e8dd8fc01e4b22774d /include/ruby/ruby.h
parent38d21f266e698cfd741252acaaae38b725743c8f (diff)
downloadruby-621f78e29dea696cf28e4b381fcace1bc63cbbcd.tar.gz
ruby-621f78e29dea696cf28e4b381fcace1bc63cbbcd.tar.xz
ruby-621f78e29dea696cf28e4b381fcace1bc63cbbcd.zip
* include/ruby/intern.h, proc.c: revert rb_proc_call() and
create rb_proc_call_with_block() instaed. * include/ruby/ruby.h, eval_jump.c, thread.c, vm_insnhelper.c: rb_blockptr should not be exposed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/ruby.h')
-rw-r--r--include/ruby/ruby.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index 799fc1e71..5bae5d392 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -824,8 +824,6 @@ PRINTF_ARGS(void rb_sys_warning(const char*, ...), 1, 2);
PRINTF_ARGS(void rb_warn(const char*, ...), 1, 2);
PRINTF_ARGS(void rb_compile_warn(const char *, int, const char*, ...), 3, 4);
-typedef struct rb_block_struct *rb_blockptr;
-
typedef VALUE rb_block_call_func(VALUE, VALUE, int, VALUE*);
VALUE rb_each(VALUE);