libc: don't use unparse which requires prettyprint.

db4
John Benediktsson 2014-10-24 17:09:27 -07:00
parent c96bf37b3a
commit 01187b378c
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien alien.c-types alien.destructors
alien.syntax destructors destructors.private kernel math
namespaces prettyprint sequences sets summary system vocabs ;
namespaces sequences sets summary system vocabs ;
IN: libc
HOOK: strerror os ( errno -- str )
@ -121,4 +121,4 @@ DESTRUCTOR: free
DESTRUCTOR: (free)
! For libc.linux, libc.windows, libc.macosx...
<< "libc." os unparse append require >>
<< "libc." os name>> append require >>