From 390aa976987ea521522d86168d21b026aaac64dd Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 7 Aug 2006 03:43:42 +0000 Subject: * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX alloca warning. [ruby-dev:29191] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gc.c') diff --git a/gc.c b/gc.c index 04f28e634a..e2516465a1 100644 --- a/gc.c +++ b/gc.c @@ -66,9 +66,7 @@ void rb_io_fptr_finalize _((struct OpenFile*)); # ifdef HAVE_ALLOCA_H # include # else -# ifdef _AIX - #pragma alloca -# else +# ifndef _AIX # ifndef alloca /* predefined by HP cc +Olibcalls */ void *alloca (); # endif -- cgit v1.2.3