changed: #method
authorClaus Gittinger <cg@exept.de>
Fri, 01 Jul 2011 10:53:13 +0200
changeset 13473 ddcd2ccca22d
parent 13472 1c6096cb5110
child 13474 20ed6a522101
changed: #method reenabled wrapper-check (wrapper is now much faster) (req'd for single stepping)
Context.st
--- a/Context.st	Thu Jun 30 21:27:04 2011 +0200
+++ b/Context.st	Fri Jul 01 10:53:13 2011 +0200
@@ -514,7 +514,7 @@
     "/.
     method notNil ifTrue:[
         method isMethod ifTrue:[
-            true "method wrapper isNil" ifTrue:[
+            method wrapper isNil ifTrue:[
                 ^ method
             ]
         ]
@@ -563,7 +563,7 @@
     ^ nil
 
     "Modified: / 28-06-2011 / 20:23:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 30-06-2011 / 17:01:41 / cg"
+    "Modified: / 01-07-2011 / 09:39:45 / cg"
 !
 
 methodClass
@@ -2399,7 +2399,7 @@
 !Context class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.160 2011-06-30 19:27:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.161 2011-07-01 08:53:13 cg Exp $'
 !
 
 version_SVN