From 8b6cb6994c2d2e5a9be49f8a4c78542e86abddda Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 14 Dec 2007 04:47:57 +0000 Subject: * common.mk (ruby.imp): fix for circular dependency. a patch from Yutaka Kanemoto in [ruby-dev:32590]. * regint.h, st.c, ext/json/ext/generator/generator.c: suppress warnings on AIX. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- regint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regint.h') diff --git a/regint.h b/regint.h index 1705410..182eed2 100644 --- a/regint.h +++ b/regint.h @@ -194,7 +194,7 @@ #include #endif -#if defined(HAVE_ALLOCA_H) && !defined(__GNUC__) +#if defined(HAVE_ALLOCA_H) && (defined(_AIX) || !defined(__GNUC__)) #include #endif -- cgit v1.1