[macruby-changes] [3049] MacRuby/trunk/include/ruby/ruby.h

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 25 00:49:54 PST 2009


Revision: 3049
          http://trac.macosforge.org/projects/ruby/changeset/3049
Author:   lsansonetti at apple.com
Date:     2009-11-25 00:49:51 -0800 (Wed, 25 Nov 2009)
Log Message:
-----------
export rb_vm_call()

Modified Paths:
--------------
    MacRuby/trunk/include/ruby/ruby.h

Modified: MacRuby/trunk/include/ruby/ruby.h
===================================================================
--- MacRuby/trunk/include/ruby/ruby.h	2009-11-25 06:53:32 UTC (rev 3048)
+++ MacRuby/trunk/include/ruby/ruby.h	2009-11-25 08:49:51 UTC (rev 3049)
@@ -995,6 +995,7 @@
 VALUE rb_funcall3(VALUE, ID, int, const VALUE*);
 int rb_scan_args(int, const VALUE*, const char*, ...);
 VALUE rb_call_super(int, const VALUE*);
+VALUE rb_vm_call(VALUE self, SEL sel, int argc, const VALUE *args, bool super);
 
 VALUE rb_gv_set(const char*, VALUE);
 VALUE rb_gv_get(const char*);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091125/c5e2e3cc/attachment.html>


More information about the macruby-changes mailing list