PeekableStream.st
changeset 384 cc3d110ea879
parent 379 5b5a130ccd09
child 427 326b2c263dae
--- a/PeekableStream.st	Thu Aug 10 20:36:34 1995 +0200
+++ b/PeekableStream.st	Fri Aug 11 05:05:04 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/PeekableStream.st,v 1.8 1995-08-10 12:30:09 claus Exp $
+$Header: /cvs/stx/stx/libbasic/PeekableStream.st,v 1.9 1995-08-11 03:02:41 claus Exp $
 '!
 
 !PeekableStream class methodsFor:'documentation'!
@@ -42,8 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/PeekableStream.st,v 1.8 1995-08-10 12:30:09 claus Exp $
-$Revision: 1.8 $
+$Header: /cvs/stx/stx/libbasic/PeekableStream.st,v 1.9 1995-08-11 03:02:41 claus Exp $
 "
 !