missing USING: for system-info.linux

Joe Groff 2010-04-15 13:48:14 -07:00
parent 6d280d2e26
commit 5053bea22b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: unix alien alien.c-types kernel math sequences strings
io.backend.unix splitting io.encodings.utf8 io.encodings.string
specialized-arrays ;
specialized-arrays alien.syntax ;
SPECIALIZED-ARRAY: char
IN: system-info.linux