aboutsummaryrefslogtreecommitdiffstats
path: root/dln.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-07 03:37:47 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-07 03:37:47 +0000
commit275f12623df02daf3ee121da50997b224cfa593a (patch)
treeaef4bfbf3862be579422d81d9e6e204d0e647e8e /dln.c
parent2104a366f6c6796d08834e5946aeeee976244066 (diff)
downloadruby-275f12623df02daf3ee121da50997b224cfa593a.tar.gz
* 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
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dln.c b/dln.c
index 55e5002407..49a950119c 100644
--- a/dln.c
+++ b/dln.c
@@ -27,10 +27,6 @@
char *dln_argv0;
#endif
-#ifdef _AIX
-#pragma alloca
-#endif
-
#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
#endif