mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-24 13:54:20 +08:00
Make TOK_alloca available for x86-64
TOK_alloca is now available on x86-64 so make put definition of TOK_alloca outside the BCHECK conditional macro definition but test if arch is i386 or x86-64. This makes C99 VLA works (understand compile) on x86-64.
This commit is contained in:
parent
7f00523e2e
commit
af26ac56bf