[vlc-devel] [PATCH 05/12] Replace variable-length arrays by calls to alloca() for C90 compliance.

Felix Abecassis felix.abecassis at gmail.com
Sat Nov 30 15:59:19 CET 2013


C89 and C90 are the same.
VLAs were added in C99 so removing them actually helps C89/C90 compliance.
MSVC is not a C99 compiler so unfortunately we don't really have a choice here.

2013/11/30 Rémi Denis-Courmont <remi at remlab.net>:
> 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/
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel



-- 
Félix Abecassis
http://felix.abecassis.me



More information about the vlc-devel mailing list