Skip to content
  • stijn's avatar
    py: Use <alloca.h> for alloca() · 98e2ee0e
    stijn authored
    alloca() is declared in alloca.h which als happens to be included by stdlib.h.
    On mingw however it resides in malloc.h only.
    So if we include alloca.h directly, and add an alloca.h for mingw in it's port
    directory we can get rid of the mingw-specific define to include malloc.h
    and the other ports are happy as well.
    98e2ee0e