mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-01 12:07:53 +08:00
_alloca is not part of msvcrt (and therefore not found if used), and tcc has
an internal implementation for alloca for x86[_64] since d778bde7 - initally
as _alloca and later changed to alloca. Use it instead.
5.1 KiB
5.1 KiB