Make TOK_alloca available for x86-64
commitaf26ac56bfc584b70e20158e67f7035024076ec8
authorThomas Preud'homme <thomas.preudhomme@celest.fr>
Fri, 4 Feb 2011 12:25:38 +0000 (4 13:25 +0100)
committerThomas Preud'homme <thomas.preudhomme@celest.fr>
Fri, 4 Feb 2011 12:25:38 +0000 (4 13:25 +0100)
tree40d1b6446778f3c224bcfc9ff8b470e8c84f85b7
parent7f00523e2e1938fc3558164521fe3ecefd9e1747
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.
tcctok.h