]> git.sesse.net Git - vlc/commit
Provide a variant of the CALL macro which doesn't use the nested functions GNU C...
authorJai Menon <jmenon86@gmail.com>
Sun, 9 Jan 2011 17:36:54 +0000 (11:36 -0600)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 9 Jan 2011 18:33:15 +0000 (20:33 +0200)
commit0dff66f4f61964e4e8ffdb2bcbe6dd197958292b
treea9dc26b3698777e68e2d05720e308d3defb92c82
parent427d59f4508dc76876031abbdeb61e72b48fb6b7
Provide a variant of the CALL macro which doesn't use the nested functions GNU C extension.

This is useful when building with compilers like clang+llvm which do not
plan on implementing this extension.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
bin/override.c