From 5f2ea72742dd0728bd3901817c3722bb4a1bcfb3 Mon Sep 17 00:00:00 2001 From: Vincent Isambart Date: Tue, 11 Aug 2009 11:40:10 +0000 Subject: [PATCH] fixed compilation on Leopard git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@2275 23306eb0-4c56-4727-a40e-e92c0eb68959 --- bs_lex.h | 2 +- auto_zone.h => include/ruby/auto_zone.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename auto_zone.h => include/ruby/auto_zone.h (100%) diff --git a/bs_lex.h b/bs_lex.h index d40663d7d..dfff5afb5 100644 --- a/bs_lex.h +++ b/bs_lex.h @@ -82,7 +82,7 @@ hash (register const char *str, register unsigned int len) } #ifdef __GNUC__ -__inline +static __inline #endif struct bs_xml_atom * bs_xml_element (register const char *str, register unsigned int len) diff --git a/auto_zone.h b/include/ruby/auto_zone.h similarity index 100% rename from auto_zone.h rename to include/ruby/auto_zone.h