ByteCodeCompiler.st
changeset 1126 71bea9c6b8f4
parent 1125 430c467571a8
child 1127 2b8f55a5eced
--- a/ByteCodeCompiler.st	Mon Dec 04 22:35:32 2000 +0100
+++ b/ByteCodeCompiler.st	Tue Dec 05 12:00:53 2000 +0100
@@ -3608,7 +3608,7 @@
 "/            ].
 
     "/        aClass updateRevisionString.
-            install ifFalse:[
+            install ifTrue:[
                 aClass addChangeRecordForMethod:newMethod fromOld:oldMethod.
 
                 "/ kludge-sigh: must send change messages manually here (stc-loaded code does not do it)
@@ -3735,6 +3735,6 @@
 !ByteCodeCompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.182 2000-12-04 21:35:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ByteCodeCompiler.st,v 1.183 2000-12-05 11:00:53 cg Exp $'
 ! !
 ByteCodeCompiler initialize!