[vlc-devel] [PATCH 05/12] Replace variable-length arrays by calls to alloca() for C90 compliance.
Rémi Denis-Courmont
remi at remlab.net
Sat Nov 30 14:13:35 CET 2013
There is no alloca() function in C89, C90 does not exist and VLC uses C99
anyway. This is clearly totally wrong.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list