On Fri, Sep 16, 2011 at 06:00:00PM -0700, Miller Puckette wrote:
Perhaps the easiest way is to let configure check for alloca.h and stdlib.h and include one or the other, depending on what's available on the system. Would you like diffs for that?
The attached changes use alloca.h or malloc.h, whichever's available, and still compiles for me. I hope this still works on Windows, otherwise I don't expect problems. (I didn't resend the unaffected patches from the patchset.) Thomas