Revision: 4160 http://trac.macosforge.org/projects/ruby/changeset/4160 Author: lsansonetti@apple.com Date: 2010-05-25 23:06:33 -0700 (Tue, 25 May 2010) Log Message: ----------- include class.h earlier to avoid a macro conflict Modified Paths: -------------- MacRuby/trunk/parse.y Modified: MacRuby/trunk/parse.y =================================================================== --- MacRuby/trunk/parse.y 2010-05-26 05:30:07 UTC (rev 4159) +++ MacRuby/trunk/parse.y 2010-05-26 06:06:33 UTC (rev 4160) @@ -25,6 +25,7 @@ #include "symbol.h" #include "id.h" #include "re.h" +#include "class.h" #include <stdio.h> #include <errno.h> #include <ctype.h> @@ -506,7 +507,6 @@ #ifdef RIPPER #define RIPPER_VERSION "0.1.0" -#include "class.h" #include "eventids1.c" #include "eventids2.c" static ID ripper_id_gets;
participants (1)
-
source_changes@macosforge.org