aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/coreaudio.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-05-22 08:46:13 -0700
committerChris Robinson <[email protected]>2014-05-22 08:46:13 -0700
commit85e990e915efae2ab34d191af5f926730197979d (patch)
treeb822d7965bcd024e2099cdc8754e49da375bee2c /Alc/backends/coreaudio.c
parent2b3550b61cf1d937ba74529556781217c3f4730b (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