fix using. add
parent
cc027b8b1a
commit
180aeea68d
|
@ -1,8 +1,7 @@
|
||||||
! Copyright (C) 2008 Slava Pestov, Doug Coleman.
|
! Copyright (C) 2008 Slava Pestov, Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors io.backend io.files.info
|
USING: accessors io.backend io.files.info io.files.types
|
||||||
io.files.links.private io.files.types io.pathnames kernel math
|
io.pathnames kernel math namespaces system unix vocabs.loader ;
|
||||||
namespaces system unix vocabs.loader ;
|
|
||||||
IN: io.files.links
|
IN: io.files.links
|
||||||
|
|
||||||
HOOK: make-link os ( target symlink -- )
|
HOOK: make-link os ( target symlink -- )
|
||||||
|
|
Loading…
Reference in New Issue