Revision: 578 http://trac.macosforge.org/projects/ruby/changeset/578 Author: lsansonetti@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;
participants (1)
-
source_changes@macosforge.org