ExternalStream.st
changeset 15452 e2a3b2dc064b
parent 15435 fc902ce16af0
child 15468 816f9e81a546
--- a/ExternalStream.st	Mon Jul 01 16:48:19 2013 +0200
+++ b/ExternalStream.st	Tue Jul 02 15:20:37 2013 +0200
@@ -3913,6 +3913,7 @@
 !
 
 nextWord
+    <resource: #obsolete>
     "in text-mode:
 	 read the alphaNumeric next word (i.e. up to non letter-or-digit).
 	 return a string containing those characters.
@@ -5762,11 +5763,11 @@
 !ExternalStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.365 2013-06-26 11:04:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.366 2013-07-02 13:20:37 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.365 2013-06-26 11:04:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.366 2013-07-02 13:20:37 stefan Exp $'
 ! !