system-info.macosx: Fix using
parent
8a8399e633
commit
e17a352af3
|
@ -1,12 +1,10 @@
|
||||||
! Copyright (C) 2008 Doug Coleman, John Benediktsson.
|
! Copyright (C) 2008 Doug Coleman, John Benediktsson.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
|
USING: alien.c-types alien.data alien.strings alien.syntax
|
||||||
USING: alien alien.c-types alien.data alien.strings alien.syntax
|
arrays assocs byte-arrays core-foundation io.binary
|
||||||
arrays assocs byte-arrays combinators core-foundation io.binary
|
io.encodings.utf8 kernel libc sequences specialized-arrays
|
||||||
io.encodings.utf8 libc kernel math namespaces sequences
|
splitting system system-info ;
|
||||||
specialized-arrays system system-info unix ;
|
|
||||||
SPECIALIZED-ARRAY: int
|
SPECIALIZED-ARRAY: int
|
||||||
|
|
||||||
IN: system-info.macosx
|
IN: system-info.macosx
|
||||||
|
|
||||||
<PRIVATE
|
<PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue