Don't try to use the non-standard alloca.h
commit85e990e915efae2ab34d191af5f926730197979d
authorChris Robinson <chris.kcat@gmail.com>
Thu, 22 May 2014 15:46:13 +0000 (22 08:46 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 22 May 2014 15:46:13 +0000 (22 08:46 -0700)
treeb822d7965bcd024e2099cdc8754e49da375bee2c
parent2b3550b61cf1d937ba74529556781217c3f4730b
Don't try to use the non-standard alloca.h

Variable-length arrays are C99 standard and are preferred over alloca. The only
compiler that needs alloca (MSVC) has it in malloc.h.
CMakeLists.txt