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.
David Runge aa27576236
Fix wscripts syntax (#826)
3 years ago
..
README.md Handle alloca properly 6 years ago
alloca.h Handle alloca properly 6 years ago
wscript Fix wscripts syntax (#826) 3 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.