On Sun 24 Jul 2016 04:39, Eli Zaretskii <e...@gnu.org> writes: >> From: Andy Wingo <wi...@pobox.com> >> Cc: guile-devel@gnu.org >> Date: Sat, 23 Jul 2016 22:57:02 +0200 >> >> > +#ifdef __MINGW32__ >> > +#include <alloca.h> >> > +#endif >> > + >> >> OK to commit but please remove the ifdef -- just include <alloca.h> in all >> cases. > > Is that header available on all supported platforms?
Yes, we use a Gnulib module to ensure that some workable version is present. Andy