Add missing USE:

release
Slava Pestov 2007-11-24 18:32:19 -05:00
parent 1cd5d8bacb
commit 84076184dd
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
USING: io io.launcher io.unix.backend io.nonblocking
sequences kernel namespaces math system alien.c-types
debugger continuations arrays assocs combinators unix.process
parser-combinators memoize ;
parser-combinators memoize promises strings ;
IN: io.unix.launcher
! Search unix first
@ -40,7 +40,8 @@ MEMO: 'arguments' ( -- parser )
: get-arguments ( -- seq )
+command+ get [ tokenize-command ] [ +arguments+ get ] if* ;
: assoc>env ( assoc -- env ) [ "=" swap 3append ] { } assoc>map ;
: assoc>env ( assoc -- env )
[ "=" swap 3append ] { } assoc>map ;
: (spawn-process) ( -- )
[