Dont bother trying _alloca
commit8badd3740e1a2e13affb4553c69ca44b1649035b
authorChris Robinson <chris.kcat@gmail.com>
Sat, 19 Apr 2014 08:10:12 +0000 (19 01:10 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 19 Apr 2014 08:10:12 +0000 (19 01:10 -0700)
treebfe084439c2cd80829a5a41007a44652c7e28c47
parent1d69ec9ce16d1c85aec224a8feae80d7a5ad48ed
Dont bother trying _alloca

We prefer C99 variable-length arrays, and other systems (including MSVC9) don't
have an issue with alloca.
CMakeLists.txt