Commit 15d33fdf 15d33fdf05b274b9a0abfba5ec37026e47c36388 by Sergey Poznyakoff

Do not use alloca

1 parent 2bdb522b
......@@ -32,10 +32,6 @@
#include <fcntl.h>
#include <stdarg.h>
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
......