mirror of
https://github.com/sheumann/hush.git
synced 2025-01-10 16:29:44 +00:00
a9ae74d25b
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.