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