Sorry, missed this last... if it's needed I'd prefer to add stdlib.h to all the files where alloca gets used (so as not to include any more than necessary in m_pd.h).
cheers M
On Thu, Mar 24, 2016 at 09:37:33PM -0600, Dan Wilcox wrote:
Whoops. Missed a couple spots. Also, forgot to mention I added #include <stdlib.h> to m_pd.h to silence "warning: implicitly declaring library function 'alloca' with type 'void *(unsigned long)’” in x_array, x_list, etc.
Here’s a new patch. Disregard the first one.