fix using

db4
Doug Coleman 2008-03-03 14:06:16 -06:00
parent a969b9c778
commit 64c5dc591c
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ USING: kernel words namespaces classes parser continuations
io io.files io.launcher io.sockets io io.files io.launcher io.sockets
math math.parser math math.parser
combinators sequences splitting quotations arrays strings tools.time combinators sequences splitting quotations arrays strings tools.time
parser-combinators new-slots accessors assocs.lib sequences.deep new-slots accessors assocs.lib
combinators.cleave bake calendar calendar.format ; combinators.cleave bake calendar calendar.format ;
IN: builder.util IN: builder.util
@ -108,4 +108,4 @@ USE: prettyprint
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: failsafe ( quot -- ) [ drop ] recover ; : failsafe ( quot -- ) [ drop ] recover ;