Revision
3216
Author
lsansonetti@apple.com
Date
2010-01-08 14:54:52 -0800 (Fri, 08 Jan 2010)

Log Message

load config.h before

Modified Paths

Diff

Modified: MacRuby/trunk/gc.c (3215 => 3216)


--- 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"