[macruby-changes] [2096] MacRuby/branches/experimental/vm.h

source_changes at macosforge.org source_changes at macosforge.org
Sun Jul 26 23:09:54 PDT 2009


Revision: 2096
          http://trac.macosforge.org/projects/ruby/changeset/2096
Author:   lsansonetti at apple.com
Date:     2009-07-26 23:09:53 -0700 (Sun, 26 Jul 2009)
Log Message:
-----------
expose rb_vm_init_compiler()

Modified Paths:
--------------
    MacRuby/branches/experimental/vm.h

Modified: MacRuby/branches/experimental/vm.h
===================================================================
--- MacRuby/branches/experimental/vm.h	2009-07-27 05:58:17 UTC (rev 2095)
+++ MacRuby/branches/experimental/vm.h	2009-07-27 06:09:53 UTC (rev 2096)
@@ -248,6 +248,7 @@
 		      rb_vm_binding_t *binding, bool inside_eval);
 void rb_vm_aot_compile(NODE *node);
 
+void rb_vm_init_compiler(void);
 bool rb_vm_running(void);
 void rb_vm_set_running(bool flag);
 bool rb_vm_parse_in_eval(void);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090726/95dad92d/attachment.html>


More information about the macruby-changes mailing list