InstrumentingCompiler.st
changeset 3192 4a3a9fa54b94
parent 2981 f82dd89f0459
child 3237 a6b2f875bcc3
--- a/InstrumentingCompiler.st	Wed Jun 19 08:28:55 2013 +0200
+++ b/InstrumentingCompiler.st	Wed Jun 19 08:37:27 2013 +0200
@@ -221,6 +221,7 @@
 !
 
 methodInvocationInfoOf:aMethod
+    <resource: #obsolete>
     self obsoleteMethodWarning:'please use method>>methodInvocationInfo'.
     ^ aMethod methodInvocationInfo
 
@@ -1101,9 +1102,10 @@
 !InstrumentingCompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentingCompiler.st,v 1.30 2012-11-08 00:16:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentingCompiler.st,v 1.31 2013-06-19 06:37:27 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentingCompiler.st,v 1.30 2012-11-08 00:16:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentingCompiler.st,v 1.31 2013-06-19 06:37:27 stefan Exp $'
 ! !
+