diff -r 43143bac2181 -r 07de7c4cf517 MultiReadStream.st --- a/MultiReadStream.st Thu Sep 22 15:12:31 2016 +0200 +++ b/MultiReadStream.st Thu Sep 22 15:14:47 2016 +0200 @@ -1,5 +1,7 @@ "{ Package: 'stx:libbasic2' }" +"{ NameSpace: Smalltalk }" + PeekableStream subclass:#MultiReadStream instanceVariableNames:'streamStack' classVariableNames:'' @@ -111,7 +113,7 @@ ! position - "/ thats depatable !! + "/ that's debatable !! "/ the code below only makes sense, if we see the multiStream as some kind of "/ macro-expanding c-define stream @@ -164,6 +166,6 @@ !MultiReadStream class methodsFor:'documentation'! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic2/MultiReadStream.st,v 1.9 2014-05-29 10:34:42 cg Exp $' + ^ '$Header$' ! !