alien: add singletons for thiscall and fastcall

release
Joe Groff 2010-03-31 20:30:04 -07:00
parent 6805dc6401
commit 9d3326658c
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ kernel.private byte-arrays byte-vectors arrays init
continuations.private ;
IN: alien
SINGLETONS: stdcall cdecl mingw ;
SINGLETONS: stdcall thiscall fastcall cdecl mingw ;
UNION: abi stdcall cdecl mingw ;
UNION: abi stdcall thiscall fastcall cdecl mingw ;
PREDICATE: pinned-alien < alien underlying>> not ;