[macruby-changes] [3216] MacRuby/trunk/gc.c

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 8 14:54:53 PST 2010


Revision: 3216
          http://trac.macosforge.org/projects/ruby/changeset/3216
Author:   lsansonetti at apple.com
Date:     2010-01-08 14:54:52 -0800 (Fri, 08 Jan 2010)
Log Message:
-----------
load config.h before

Modified Paths:
--------------
    MacRuby/trunk/gc.c

Modified: MacRuby/trunk/gc.c
===================================================================
--- MacRuby/trunk/gc.c	2010-01-08 21:33:33 UTC (rev 3215)
+++ MacRuby/trunk/gc.c	2010-01-08 22:54:52 UTC (rev 3216)
@@ -9,12 +9,13 @@
  * Copyright (C) 2000 Information-technology Promotion Agency, Japan
  */
 
+#include "ruby/config.h"
+
 #if HAVE_AUTO_ZONE_H
 # include <auto_zone.h>
 #else
 # include "auto_zone_1060.h"
 #endif
-#define AUTO_ZONE_INCLUDED 1
 
 #include "ruby/ruby.h"
 #include "ruby/signal.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100108/7f47119f/attachment.html>


More information about the macruby-changes mailing list