From 9d3326658c8f661c70f39a0fb236d4da6b2a62f9 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Wed, 31 Mar 2010 20:30:04 -0700 Subject: [PATCH] alien: add singletons for thiscall and fastcall --- core/alien/alien.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/alien/alien.factor b/core/alien/alien.factor index 7a539d4dd5..4dab6f8452 100644 --- a/core/alien/alien.factor +++ b/core/alien/alien.factor @@ -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 ;