Testing needed on tip

Guy Brand gb at isis.u-strasbg.fr
Thu Oct 11 08:21:04 CDT 2007


On 11 octobre at 15:21, Giorgos Keramidas wrote:

> > Changing osutils.c:
> >
> > #ifdef HAVE_ALLOCA_H
> > #include <alloca.h>
> > #endif
> >
> > helps.
> 
> You should also add ``#include <stdlib.h>'', otherwise alloca() may not
> have a visible prototype, which is bound to cause annoying crashes when
> running on 64-bit systems with 32-bit int and 64-bit longs and pointers.

  I might be wrong, but Python.h already carries stdlib.h

-- 
  bug


More information about the Mercurial mailing list