mirror of
https://github.com/sheumann/hush.git
synced 2025-08-06 19:26:27 +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.