]> gitweb.factorcode.org Git - factor.git/commitdiff
minor style updates
authorMackenzie Straight <eizneckam@gmail.com>
Fri, 18 Feb 2005 08:48:56 +0000 (08:48 +0000)
committerMackenzie Straight <eizneckam@gmail.com>
Fri, 18 Feb 2005 08:48:56 +0000 (08:48 +0000)
library/io/win32-server.factor
library/io/win32-stream.factor

index 20697eaa61dd2085756ed50c025038de565a1814..23d4587c76cb41bd922ad1d7d8e21b7a5aecb46d 100644 (file)
@@ -1,8 +1,6 @@
-! :folding=indent:collapseFolds=1:
-
 ! $Id$
 !
-! Copyright (C) 2004 Mackenzie Straight.
+! Copyright (C) 2004, 2005 Mackenzie Straight.
 ! 
 ! Redistribution and use in source and binary forms, with or without
 ! modification, are permitted provided that the following conditions are met:
 ! ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 IN: win32-stream
-USE: alien
-USE: errors
-USE: generic
-USE: kernel
-USE: kernel-internals
-USE: lists
-USE: math
-USE: namespaces
-USE: prettyprint
-USE: stdio
-USE: streams
-USE: strings
-USE: threads
-USE: unparser
-USE: win32-api
-USE: win32-io-internals
+USING: alien errors generic kernel kernel-internals lists math namespaces
+       prettyprint stdio streams strings threads unparser win32-api
+       win32-io-internals ;
 
 TUPLE: win32-server this ;
 TUPLE: win32-client-stream delegate host ;
index 79f5b5332302569d2c265e0f37556b1949e03ff2..f52c9c640e168ef027c24cc6cf4a353fdcb07967 100644 (file)
@@ -1,8 +1,6 @@
-! :folding=indent:collapseFolds=1:
-
 ! $Id$
 !
-! Copyright (C) 2004 Mackenzie Straight.
+! Copyright (C) 2004, 2005 Mackenzie Straight.
 ! 
 ! Redistribution and use in source and binary forms, with or without
 ! modification, are permitted provided that the following conditions are met:
 ! ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 IN: win32-stream
-USE: alien
-USE: continuations
-USE: generic
-USE: kernel
-USE: kernel-internals
-USE: lists
-USE: math
-USE: namespaces
-USE: prettyprint
-USE: stdio
-USE: streams
-USE: strings
-USE: threads
-USE: win32-api
-USE: win32-io-internals
+USING: alien continuations generic kernel kernel-internals lists math
+       namespaces prettyprint stdio streams strings threads win32-api
+       win32-io-internals ;
 
 TUPLE: win32-stream this ; ! FIXME: rewrite using tuples
 GENERIC: win32-stream-handle