[macruby-changes] [578] MacRuby/trunk/debug.h

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 8 12:48:51 PDT 2008


Revision: 578
          http://trac.macosforge.org/projects/ruby/changeset/578
Author:   lsansonetti at apple.com
Date:     2008-09-08 12:48:50 -0700 (Mon, 08 Sep 2008)
Log Message:
-----------
include vm_core even if the debug logging is disabled

Modified Paths:
--------------
    MacRuby/trunk/debug.h

Modified: MacRuby/trunk/debug.h
===================================================================
--- MacRuby/trunk/debug.h	2008-09-08 19:48:32 UTC (rev 577)
+++ MacRuby/trunk/debug.h	2008-09-08 19:48:50 UTC (rev 578)
@@ -29,8 +29,8 @@
 void  ruby_debug_breakpoint(void);
 void  ruby_debug_gc_check_func(void);
 
+#include "vm_core.h"
 #if ENABLE_DEBUG_LOGGING 
-# include "vm_core.h"
 # include <libgen.h>
 extern bool ruby_dlog_enabled;
 extern FILE *ruby_dlog_file;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080908/146cb29c/attachment.html 


More information about the macruby-changes mailing list