+Sat Jul 30 22:34:18 2005 Ben Pfaff <blp@gnu.org>
+
+ * algorithm.c: Inclusion of <alloca.h> is unneeded.
+
Sat Jul 30 22:01:32 2005 Ben Pfaff <blp@gnu.org>
* Make.build: Don't append -ansi to AM_CFLAGS for GCC. Using
Engineering a sort function; Jon Bentley and M. Douglas McIlroy;
Software - Practice and Experience; Vol. 23 (11), 1249-1265, 1993. */
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
-
#include <limits.h>
#include <stdlib.h>
#include <string.h>