[macruby-changes] [2094] MacRuby/branches/experimental/MacRuby.m

source_changes at macosforge.org source_changes at macosforge.org
Sun Jul 26 22:48:13 PDT 2009


Revision: 2094
          http://trac.macosforge.org/projects/ruby/changeset/2094
Author:   lsansonetti at apple.com
Date:     2009-07-26 22:48:12 -0700 (Sun, 26 Jul 2009)
Log Message:
-----------
forgot to initialize the compiler

Modified Paths:
--------------
    MacRuby/branches/experimental/MacRuby.m

Modified: MacRuby/branches/experimental/MacRuby.m
===================================================================
--- MacRuby/branches/experimental/MacRuby.m	2009-07-27 04:19:12 UTC (rev 2093)
+++ MacRuby/branches/experimental/MacRuby.m	2009-07-27 05:48:12 UTC (rev 2094)
@@ -18,6 +18,7 @@
 	    char **argv = NULL;
 	    ruby_sysinit(&argc, &argv);
 	    ruby_init();
+	    rb_vm_init_compiler();
 	}
     }
     return runtime;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090726/91f058c6/attachment.html>


More information about the macruby-changes mailing list