No alloca.h
Posted: Wed Nov 25, 2015 6:49 pm
Turns out the platform I'm porting micropython for does not provide alloca.h. I did some research and best reference I could find was this one ftp://ftp.dante.de/tex-archive/fonts/ut ... f/alloca.c
(the only change I made was to use malloc instead of xmalloc.)
Any chance that is going to work?
(the only change I made was to use malloc instead of xmalloc.)
Any chance that is going to work?