#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Tue, 28 Jan 2020 17:35:28 +0100
changeset 4623 88a5ca3677ee
parent 4622 d39fbcb89f9c
child 4624 479f44a9715f
#REFACTORING by cg class: InstrumentingCompiler added: #undefError:position:to: removed: #correctVariable:atPosition:to:
InstrumentingCompiler.st
--- a/InstrumentingCompiler.st	Tue Jan 28 17:19:15 2020 +0100
+++ b/InstrumentingCompiler.st	Tue Jan 28 17:35:28 2020 +0100
@@ -493,8 +493,8 @@
 
 !InstrumentingCompiler methodsFor:'ignored error handling'!
 
-correctVariable:name atPosition:pos1 to:pos2
-    ^ #correctIt
+undefError:varName position:pos1 to:pos2
+    ^ #continue
 ! !
 
 !InstrumentingCompiler methodsFor:'redefinable'!