Skip to content

Commit

Permalink
unix: don't need << >>.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jul 29, 2015
1 parent 9b77a78 commit 9ad9cd3
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions basis/unix/unix.factor
@@ -1,12 +1,11 @@
! Copyright (C) 2005, 2010 Slava Pestov.
! Copyright (C) 2008 Eduardo Cavazos.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien alien.c-types alien.libraries
alien.syntax byte-vectors classes.struct combinators
combinators.short-circuit combinators.smart continuations
generalizations io kernel libc locals macros math namespaces
sequences sequences.generalizations stack-checker strings system
unix.time unix.types vocabs vocabs.loader unix.ffi ;
USING: accessors alien.c-types alien.syntax byte-vectors
classes.struct combinators.short-circuit combinators.smart
generalizations kernel libc locals math sequences
sequences.generalizations strings system unix.ffi vocabs.loader
;
IN: unix
ERROR: unix-system-call-error args errno message word ;
Expand Down Expand Up @@ -88,8 +87,4 @@ M: unix open-file [ open ] unix-system-call ;

: unlink-file ( path -- ) [ unlink ] unix-system-call drop ;

<<

{ "unix" "debugger" } "unix.debugger" require-when

>>

0 comments on commit 9ad9cd3

Please sign in to comment.