Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2009-02-12 16:36:40 -06:00
commit 2e33f13c40
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: alien.c-types alien.complex.functor accessors
USING: alien.c-types alien.structs alien.complex.functor accessors
sequences kernel ;
IN: alien.complex

View File

@ -3,7 +3,7 @@
USING: accessors arrays assocs generic hashtables kernel kernel.private
math namespaces parser sequences strings words libc fry
alien.c-types alien.structs.fields cpu.architecture math.order
quotations ;
quotations byte-arrays ;
IN: alien.structs
TUPLE: struct-type
@ -20,7 +20,7 @@ M: struct-type c-type ;
M: struct-type heap-size size>> ;
M: struct-type c-type-class drop object ;
M: struct-type c-type-class drop byte-array ;
M: struct-type c-type-align align>> ;