Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-02-29 18:14:26 -06:00
commit fc4cac5b2d
2 changed files with 2 additions and 2 deletions

View File

@ -170,4 +170,4 @@ MACRO: construct-slots ( assoc tuple-class -- tuple )
>r keep r> rot [ call ] [ 2drop f ] if ; inline
: retry ( quot n -- )
swap [ drop ] swap compose attempt-all ; inline
[ drop ] rot compose attempt-all ; inline

View File

@ -1,5 +1,5 @@
USING: io.backend ;
IN: io.files.unique.backend
HOOK: (make-unique-file) io-backend ( prefix suffix -- stream path )
HOOK: (make-unique-file) io-backend ( path -- stream )
HOOK: temporary-path io-backend ( -- path )