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

db4
Slava Pestov 2008-02-02 16:23:34 -06:00
commit d58cc176fe
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2006, 2007 Slava Pestov
! See http://factorcode.org/license.txt for BSD license.
USING: arrays kernel math cocoa cocoa.messages cocoa.classes
sequences ;
sequences math.bitfields ;
IN: cocoa.windows
: NSBorderlessWindowMask 0 ; inline

View File

@ -1,7 +1,7 @@
! Copyright (C) 2005, 2007 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: io.backend io.nonblocking io.unix.backend io.files io
unix kernel math continuations ;
unix kernel math continuations math.bitfields ;
IN: io.unix.files
: read-flags O_RDONLY ; inline