Revert "io.backend.unix.macosx: Trying to change instances of USE: to require if"

This reverts commit 4bab33bddb.
db4
John Benediktsson 2014-11-01 15:29:37 -07:00
parent fb09b8c69c
commit 21b4e31d60
1 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,8 @@
! See http://factorcode.org/license.txt for BSD license.
USING: init io.backend io.backend.unix
io.backend.unix.multiplexers io.backend.unix.multiplexers.kqueue
io.backend.unix.multiplexers.run-loop namespaces system vocabs ;
io.backend.unix.multiplexers.run-loop namespaces system ;
USE: io.files.unix ! need this for deploy
IN: io.backend.unix.macosx
SINGLETON: macosx-kqueue
@ -16,5 +17,3 @@ M: macosx init-io ( -- )
macosx set-io-backend
[ start-signal-pipe-thread ] "io.backend.unix:signal-pipe-thread" add-startup-hook
"io.files.unix" require ! for M: macosx (file-reader) for deploy and file reloading