commit | a9ae74d25bec8208d56fc6619c610f0d6849412c | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Apr 16 04:06:14 2005 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Sat Apr 16 04:06:14 2005 +0000 |
tree | 2d145869db3f7d55978a2fe35b5e0126386551f9 | |
parent | afe023d136269cbb470b587b2508c3239a2e5914 [diff] |
bernhardf reports with Bug 210: For certain non-gcc compilers, alloca_h is defined (included) but there, no alloca() is declared. Fallback to malloc if _ALLOCA_H is defined but still, there is no alloca() in the included _ALLOCA_H.