jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX 3009d7d606 Make sure we use python3 (another patch from Fedora) 5 years ago
..
README.md Handle alloca properly 6 years ago
alloca.h Handle alloca properly 6 years ago
wscript Make sure we use python3 (another patch from Fedora) 5 years ago

README.md

Compatibility Module for alloca

This module contains a replacement header for alloca. To use this module simply make sure to #include <alloca.h> in the file where alloca should be used. If the header is missing the path to the replacement header is added to the global include paths, so nothing more needs to be done.