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)
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>


Trivial merge