]> gitweb.factorcode.org Git - factor.git/commitdiff
add singletons for stdcall, cdecl, mingw abis
authorJoe Groff <arcata@gmail.com>
Thu, 1 Apr 2010 02:17:06 +0000 (19:17 -0700)
committerJoe Groff <arcata@gmail.com>
Thu, 1 Apr 2010 02:17:06 +0000 (19:17 -0700)
core/alien/alien.factor

index a44d703fbc316b083097f2163617b7daf0652f7f..7a539d4dd5d4b5973ff6481b93d8d107255f989d 100644 (file)
@@ -5,6 +5,10 @@ kernel.private byte-arrays byte-vectors arrays init
 continuations.private ;
 IN: alien
 
+SINGLETONS: stdcall cdecl mingw ;
+
+UNION: abi stdcall cdecl mingw ;
+
 PREDICATE: pinned-alien < alien underlying>> not ;
 
 UNION: pinned-c-ptr pinned-alien POSTPONE: f ;