guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Avoid warning about alloca in read.c


From: Eli Zaretskii
Subject: Re: Avoid warning about alloca in read.c
Date: Sun, 24 Jul 2016 18:15:15 +0300

> From: Andy Wingo <address@hidden>
> Cc: address@hidden
> Date: Sun, 24 Jul 2016 15:35:08 +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.

Thanks, pushed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]