3 Feb
2010
3 Feb
'10
2:16 a.m.
Revision: 3417 http://trac.macosforge.org/projects/ruby/changeset/3417 Author: lsansonetti@apple.com Date: 2010-02-02 18:16:45 -0800 (Tue, 02 Feb 2010) Log Message: ----------- system auto_zone.h is now includeable Modified Paths: -------------- MacRuby/trunk/gc.c Modified: MacRuby/trunk/gc.c =================================================================== --- MacRuby/trunk/gc.c 2010-02-02 23:38:47 UTC (rev 3416) +++ MacRuby/trunk/gc.c 2010-02-03 02:16:45 UTC (rev 3417) @@ -9,7 +9,7 @@ * Copyright (C) 2000 Information-technology Promotion Agency, Japan */ -//#include "ruby/config.h" +#include "ruby/config.h" #if HAVE_AUTO_ZONE_H # include <auto_zone.h>