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

db4
Doug Coleman 2009-01-13 17:37:19 -06:00
commit e8ea2c3727
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
! Copyright (C) 2004 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
USING: io kernel namespaces prettyprint quotations
USING: io io.styles kernel namespaces prettyprint quotations
sequences strings words xml.entities compiler.units effects
urls math math.parser combinators present fry ;