Fix bootstrap
parent
cb675cfe47
commit
1032e57e8e
|
@ -1,7 +1,6 @@
|
||||||
! Copyright (C) 2007 Daniel Ehrenberg
|
! Copyright (C) 2007 Daniel Ehrenberg
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: delegate sequences.private sequences assocs
|
USING: delegate sequences.private sequences assocs io ;
|
||||||
io definitions kernel continuations ;
|
|
||||||
IN: delegate.protocols
|
IN: delegate.protocols
|
||||||
|
|
||||||
PROTOCOL: sequence-protocol
|
PROTOCOL: sequence-protocol
|
||||||
|
@ -19,7 +18,3 @@ stream-read-until ;
|
||||||
|
|
||||||
PROTOCOL: output-stream-protocol
|
PROTOCOL: output-stream-protocol
|
||||||
stream-flush stream-write1 stream-write stream-nl ;
|
stream-flush stream-write1 stream-write stream-nl ;
|
||||||
|
|
||||||
PROTOCOL: definition-protocol
|
|
||||||
where set-where forget uses
|
|
||||||
synopsis* definer definition ;
|
|
||||||
|
|
Loading…
Reference in New Issue