Dimitar Zhekov wrote:
DZ>> To avoid warnings about alloca() being implicitly declared
MAF> Mmm... I have not seem any warning and I am using a rather MAF> old version of Mingw (the last released by Mumit Khan). MAF> What version are you using?
MinGW-2.0.0-3 Sep-07-2002. It's GCC is 3.2 (mingw special 20020817-1).
It seems a new feature of gcc 3.x, previous versions of gcc (I'm using 2.95.2) have some C functions built-in, like alloca, and it is probably the reason why Mingw doesn't declare it. So I will apply your patch.
Greetings, M.Alvarez