Revision: 1049 http://trac.macosforge.org/projects/ruby/changeset/1049 Author: eloy.de.enige@gmail.com Date: 2009-03-21 16:25:58 -0700 (Sat, 21 Mar 2009) Log Message: ----------- Arg, reverted committed change to roxor debug. Modified Paths: -------------- MacRuby/branches/experimental/roxor.cpp Modified: MacRuby/branches/experimental/roxor.cpp =================================================================== --- MacRuby/branches/experimental/roxor.cpp 2009-03-21 23:22:43 UTC (rev 1048) +++ MacRuby/branches/experimental/roxor.cpp 2009-03-21 23:25:58 UTC (rev 1049) @@ -1,7 +1,7 @@ /* ROXOR: the new MacRuby VM that rocks! */ #define ROXOR_COMPILER_DEBUG 0 -#define ROXOR_VM_DEBUG 1 +#define ROXOR_VM_DEBUG 0 #include <llvm/Module.h> #include <llvm/DerivedTypes.h>
participants (1)
-
source_changes@macosforge.org