[macruby-changes] [2322] MacRuby/trunk/vm.cpp

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 14 11:50:27 PDT 2009


Revision: 2322
          http://trac.macosforge.org/projects/ruby/changeset/2322
Author:   lsansonetti at apple.com
Date:     2009-08-14 11:50:26 -0700 (Fri, 14 Aug 2009)
Log Message:
-----------
fixed ROXOR_VM_DEBUG build

Modified Paths:
--------------
    MacRuby/trunk/vm.cpp

Modified: MacRuby/trunk/vm.cpp
===================================================================
--- MacRuby/trunk/vm.cpp	2009-08-14 11:59:46 UTC (rev 2321)
+++ MacRuby/trunk/vm.cpp	2009-08-14 18:50:26 UTC (rev 2322)
@@ -947,7 +947,7 @@
     }
 
 #if ROXOR_VM_DEBUG
-    if (is_module) {
+    if (flags & DEFINE_MODULE) {
 	printf("define module %s::%s\n", 
 		class_getName((Class)outer), 
 		rb_id2name(path));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090814/0b37ae8f/attachment.html>


More information about the macruby-changes mailing list