1 diff -Naur glob/glob.c glob/glob.c
2 --- glob/glob.c 2013-10-20 13:14:38.000000000 -0400
3 +++ glob/glob.c 2018-03-16 14:32:38.483496170 -0400
5 #endif /* __GNU_LIBRARY__ || __DJGPP__ */
8 -#if !defined __alloca && !defined __GNU_LIBRARY__
12 -# define alloca(n) __builtin_alloca (n)
13 -# else /* Not GCC. */
14 -# ifdef HAVE_ALLOCA_H
16 -# else /* Not HAVE_ALLOCA_H. */
21 -extern char *alloca ();
22 -# endif /* WINDOWS32 */
23 -# endif /* Not _AIX. */
24 -# endif /* sparc or HAVE_ALLOCA_H. */
27 # define __alloca alloca
31 #ifndef __GNU_LIBRARY__