summaryrefslogtreecommitdiff
path: root/regex.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-27 03:43:15 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-27 03:43:15 +0000
commit3df207c883f111b34b6af22c4ade7b8be357b190 (patch)
tree8f1f37c29956c434f401d7d5d48ff14f37094e16 /regex.c
parentd917f9af979642b88cf8a4a55f7dd4520b7481fb (diff)
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index f1dcb3b77d..668773fb49 100644
--- a/regex.c
+++ b/regex.c
@@ -94,7 +94,7 @@ void xfree _((void*));
#else
# if defined(HAVE_ALLOCA_H)
# include <alloca.h>
-# else
+# elif !defined(alloca)
char *alloca();
# endif
#endif /* __GNUC__ */