comments
authorStefan Vogel <sv@exept.de>
Thu, 23 Oct 2008 18:25:57 +0200
changeset 11283 b092a213a0d3
parent 11282 5e04b4bd310a
child 11284 a854a8b914dc
comments
Process.st
--- a/Process.st	Thu Oct 23 18:25:32 2008 +0200
+++ b/Process.st	Thu Oct 23 18:25:57 2008 +0200
@@ -1677,8 +1677,7 @@
     "suspend the receiver process - will continue to run when a resume is sent.
      A stopped process will not be resumed for interrupt processing."
 
-"/    state := #stopped.
-    self suspendWithState:#stopped
+    self suspendWithState:#stopped.
 
     "Modified: / 13.12.1995 / 13:22:58 / stefan"
     "Modified: / 27.7.1998 / 23:37:15 / cg"
@@ -2048,7 +2047,7 @@
 !Process class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.167 2007-10-17 10:29:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.168 2008-10-23 16:25:57 stefan Exp $'
 ! !
 
 Process initialize!