Object.st
changeset 1685 5f867e93af8e
parent 1684 98ce4d199c9b
child 1688 8a42db1eea60
--- a/Object.st	Tue Sep 24 18:47:33 1996 +0200
+++ b/Object.st	Tue Sep 24 18:58:59 1996 +0200
@@ -2033,7 +2033,7 @@
 
     "DebugView cannot run without system processes"
 
-    [Processor isNil 
+    (Processor isNil 
     or:[Processor activeProcessIsSystemProcess]) ifTrue:[
         ^ MiniDebugger
     ].
@@ -5269,6 +5269,6 @@
 !Object  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.134 1996-09-24 16:47:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.135 1996-09-24 16:58:59 cg Exp $'
 ! !
 Object initialize!