summaryrefslogtreecommitdiff
path: root/gnuglob.c
diff options
context:
space:
mode:
authorYukihiro Matsumoto <matz@ruby-lang.org>1994-10-14 06:19:03 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-17 22:09:30 +0900
commit29f237a8b1df650089b54447f070726c75706b6f (patch)
treee6ee836a39a5f2f1d433d6532de32471b655fb6d /gnuglob.c
parent173976c97c9426aa8d96e53aef6c0e570c5fdfda (diff)
version 0.54v0_54
https://cache.ruby-lang.org/pub/ruby/1.0/ruby-0.54.tar.gz
Diffstat (limited to 'gnuglob.c')
-rw-r--r--gnuglob.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnuglob.c b/gnuglob.c
index e5eecc1a79..da758bc170 100644
--- a/gnuglob.c
+++ b/gnuglob.c
@@ -86,6 +86,12 @@ extern void bcopy ();
# endif /* !RISC6000 */
#endif /* USG */
+#if defined(sparc) && !defined(__GNUC__)
+#include <alloca.h>
+#else
+char *alloca ();
+#endif
+
#include "fnmatch.h"
/* If the opendir () on your system lets you open non-directory files,