minor style updates

cvs
Mackenzie Straight 2005-02-18 08:48:56 +00:00
parent d6ba26951f
commit a5e03af20c
2 changed files with 8 additions and 37 deletions

View File

@ -1,8 +1,6 @@
! :folding=indent:collapseFolds=1:
! $Id$ ! $Id$
! !
! Copyright (C) 2004 Mackenzie Straight. ! Copyright (C) 2004, 2005 Mackenzie Straight.
! !
! Redistribution and use in source and binary forms, with or without ! Redistribution and use in source and binary forms, with or without
! modification, are permitted provided that the following conditions are met: ! modification, are permitted provided that the following conditions are met:
@ -26,22 +24,9 @@
! ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ! ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
IN: win32-stream IN: win32-stream
USE: alien USING: alien errors generic kernel kernel-internals lists math namespaces
USE: errors prettyprint stdio streams strings threads unparser win32-api
USE: generic win32-io-internals ;
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
TUPLE: win32-server this ; TUPLE: win32-server this ;
TUPLE: win32-client-stream delegate host ; TUPLE: win32-client-stream delegate host ;

View File

@ -1,8 +1,6 @@
! :folding=indent:collapseFolds=1:
! $Id$ ! $Id$
! !
! Copyright (C) 2004 Mackenzie Straight. ! Copyright (C) 2004, 2005 Mackenzie Straight.
! !
! Redistribution and use in source and binary forms, with or without ! Redistribution and use in source and binary forms, with or without
! modification, are permitted provided that the following conditions are met: ! modification, are permitted provided that the following conditions are met:
@ -26,21 +24,9 @@
! ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ! ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
IN: win32-stream IN: win32-stream
USE: alien USING: alien continuations generic kernel kernel-internals lists math
USE: continuations namespaces prettyprint stdio streams strings threads win32-api
USE: generic win32-io-internals ;
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
TUPLE: win32-stream this ; ! FIXME: rewrite using tuples TUPLE: win32-stream this ; ! FIXME: rewrite using tuples
GENERIC: win32-stream-handle GENERIC: win32-stream-handle