MultiReadStream.st
changeset 2463 cbb5fd7ae437
parent 2450 ffafc2eb3364
child 2654 b6e04b9a3500
--- a/MultiReadStream.st	Thu Jul 08 16:12:50 2010 +0200
+++ b/MultiReadStream.st	Sun Jul 11 19:21:36 2010 +0200
@@ -101,6 +101,15 @@
     "Created: / 21-05-2010 / 14:29:06 / cg"
 !
 
+position
+    "/ thats depatable !!
+    "/ the code below only makes sense, if we see the multiStream as some kind of
+    "/ macro-expanding c-define stream
+    ^ streamStack first position
+
+    "Created: / 21-05-2010 / 14:52:40 / cg"
+!
+
 position1Based
     "/ thats depatable !!
     "/ the code below only makes sense, if we see the multiStream as some kind of
@@ -136,5 +145,5 @@
 !MultiReadStream class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/MultiReadStream.st,v 1.2 2010-05-21 13:40:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/MultiReadStream.st,v 1.3 2010-07-11 17:21:36 stefan Exp $'
 ! !