Merge: Fix FFI global compilation on duplicated callbacks across modules
authorJean Privat <jean@pryen.org>
Sun, 9 Nov 2014 14:21:10 +0000 (09:21 -0500)
committerJean Privat <jean@pryen.org>
Sun, 9 Nov 2014 14:21:10 +0000 (09:21 -0500)
Replaces #739.

Fixes the C++ FFI bug and also the underlying C FFI bug. Still compiles the implementation of callbacks only once, but generates the redirections and aliases for each modules.

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


Trivial merge