summaryrefslogtreecommitdiffstats
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
commit3eaa6ddf60bb04bf9c457ef99f833ebfa80da65b (patch)
treeaef4bfbf3862be579422d81d9e6e204d0e647e8e /dln.c
parent423a24f8b02898473ab4ea9be4ea9df46a6acef8 (diff)
downloadruby-3eaa6ddf60bb04bf9c457ef99f833ebfa80da65b.tar.gz
ruby-3eaa6ddf60bb04bf9c457ef99f833ebfa80da65b.tar.xz
ruby-3eaa6ddf60bb04bf9c457ef99f833ebfa80da65b.zip
* dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning.
[ruby-dev:29191] git-svn-id: http://svn.ruby-lang.org/repos/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 55e500240..49a950119 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