diff options
author | Chris Robinson <[email protected]> | 2014-05-22 08:46:13 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-05-22 08:46:13 -0700 |
commit | 85e990e915efae2ab34d191af5f926730197979d (patch) | |
tree | b822d7965bcd024e2099cdc8754e49da375bee2c /Alc/backends/coreaudio.c | |
parent | 2b3550b61cf1d937ba74529556781217c3f4730b (diff) |
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.
Diffstat (limited to 'Alc/backends/coreaudio.c')
0 files changed, 0 insertions, 0 deletions