Merge: FFI: Fix extern methods in generic classes with the interpreter, and complex...
authorJean Privat <jean@pryen.org>
Thu, 17 Dec 2015 16:03:02 +0000 (11:03 -0500)
committerJean Privat <jean@pryen.org>
Thu, 17 Dec 2015 16:03:02 +0000 (11:03 -0500)
commitb33df166a9d0f4b7d203a1acdbcedf7e10bf769f
tree5263036c8d9480ab550742bb0458dadf92cac254
parent825d2392fd4aa57d6ef38a6a55490cf8debe1c89
parentc063f7fa3ecbb885fdfe3f4424251055c3977289
Merge: FFI: Fix extern methods in generic classes with the interpreter, and complex types with nith

A kind of resolve was missing so the name of the generated C function was different between the call and its implementation.

Fix #1899.

Pull-Request: #1902
Reviewed-by: Jean Privat <jean@pryen.org>