From 8ff5e6c0e540e1b186ffe7925490f2c3f2a34e74 Mon Sep 17 00:00:00 2001 From: cremet Date: Fri, 31 Oct 2003 10:40:00 +0000 Subject: *** empty log message *** --- sources/scala/concurrent/pilib.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources') diff --git a/sources/scala/concurrent/pilib.scala b/sources/scala/concurrent/pilib.scala index 4cf39c990a..8995b0fbfb 100644 --- a/sources/scala/concurrent/pilib.scala +++ b/sources/scala/concurrent/pilib.scala @@ -16,8 +16,8 @@ object pilib with Monitor { def |(def p: unit): Spawn; def > : unit; } - val spawn = new Spawn { - // object spawn extends Spawn { BUG ! + //val spawn = new Spawn { + object spawn extends Spawn { // BUG ! def <(def p: unit): Spawn = { ops.spawn(p); this } def |(def p: unit): Spawn = { ops.spawn(p); this } def > : unit = () -- cgit v1.2.3