Staging
v0.5.1
Revision 8d119e05672a419a83cb73940473c65abb82852a authored by Filip Roséen on 09 March 2016, 17:19:15 UTC, committed by Jean-Baptiste Kempf on 09 March 2016, 17:26:40 UTC
LLVM treats a typedef with forward-declaration inside a local struct as
a forward-declaration for a nested type of that struct, effectively
erroring on the implementation of the dispatchers.

This patch fixes that issue by forcing the name to referr to a type in
the sourrounding scope (by introducing a proper forward-declaration).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
1 parent c7ccd77
History
File Mode Size
src
tarballs
.gitignore -rw-r--r-- 29 bytes
bootstrap -rwxr-xr-x 8.6 KB

back to top