From 275f12623df02daf3ee121da50997b224cfa593a Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 7 Aug 2006 03:37:47 +0000 Subject: * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning. [ruby-dev:29191] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10691 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 9569aec05f..ea1bdf0ecb 100644 --- a/gc.c +++ b/gc.c @@ -51,9 +51,7 @@ int 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