*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 20 Sep 2004 12:54:54 +0200
changeset 8558 09e2910c1e4f
parent 8557 931a24890c1f
child 8559 aca77c69cd91
*** empty log message ***
Continuation.st
--- a/Continuation.st	Mon Sep 20 12:43:14 2004 +0200
+++ b/Continuation.st	Mon Sep 20 12:54:54 2004 +0200
@@ -62,7 +62,7 @@
 new
     |cont id|
 
-    cont := self new.
+    cont := super new.
 %{
     int __cId;
 
@@ -89,5 +89,5 @@
 !Continuation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Continuation.st,v 1.3 2004-09-20 10:43:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Continuation.st,v 1.4 2004-09-20 10:54:54 cg Exp $'
 ! !