Merge git://factorcode.org/git/factor

db4
Joe Groff 2008-02-02 13:45:36 -08:00
commit da5abebcc8
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