compiler.cfg.builder.alien: fix caller-linkage to return the DLL and not the library tuple again; fixes issue #121
parent
a5788c4205
commit
d6668caf7d
|
@ -92,7 +92,7 @@ M: array dlsym-valid? '[ _ dlsym ] any? ;
|
|||
: caller-linkage ( params -- symbols dll )
|
||||
[ dup abi>> callee-cleanup? [ decorated-symbol ] [ function>> ] if ]
|
||||
[ library>> library ]
|
||||
bi 2dup check-dlsym ;
|
||||
bi 2dup check-dlsym library-dll ;
|
||||
|
||||
: caller-return ( params -- )
|
||||
return>> [ ] [
|
||||
|
|
Loading…
Reference in New Issue