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

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 13 16:47:16 PST 2009


Revision: 3006
          http://trac.macosforge.org/projects/ruby/changeset/3006
Author:   vincent.isambart at gmail.com
Date:     2009-11-13 16:47:15 -0800 (Fri, 13 Nov 2009)
Log Message:
-----------
Fixed a compilation error when using the ROXOR_COMPILER_DEBUG flag

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

Modified: MacRuby/trunk/vm.cpp
===================================================================
--- MacRuby/trunk/vm.cpp	2009-11-13 23:03:14 UTC (rev 3005)
+++ MacRuby/trunk/vm.cpp	2009-11-14 00:47:15 UTC (rev 3006)
@@ -31,6 +31,11 @@
 #include <llvm/Bitcode/ReaderWriter.h>
 using namespace llvm;
 
+#if ROXOR_COMPILER_DEBUG
+# include <mach/mach.h>
+# include <mach/mach_time.h>
+#endif
+
 #include "ruby/ruby.h"
 #include "ruby/node.h"
 #include "id.h"
@@ -41,11 +46,6 @@
 
 #include <objc/objc-exception.h>
 
-#if ROXOR_COMPILER_DEBUG
-# include <mach/mach.h>
-# include <mach/mach_time.h>
-#endif
-
 #include <execinfo.h>
 #include <dlfcn.h>
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091113/3497cea3/attachment.html>


More information about the macruby-changes mailing list