EncodedStream.st
branchjv
changeset 18883 765cf9dca720
parent 18768 99079a967eb0
parent 18876 5eed99c97c96
child 20398 8cb53f870d39
--- a/EncodedStream.st	Thu Oct 29 06:54:02 2015 +0100
+++ b/EncodedStream.st	Fri Oct 30 06:59:59 2015 +0100
@@ -211,7 +211,7 @@
         ]
     ].
 
-    Smalltalk::Compiler isNil ifTrue:[
+    (Smalltalk at:#Compiler) isNil ifTrue:[
         self isFileStream ifTrue:[
             Transcript show:('[' , self pathName , '] ').
         ].