EncodedStream.st
branchjv
changeset 18883 765cf9dca720
parent 18768 99079a967eb0
parent 18876 5eed99c97c96
child 20398 8cb53f870d39
equal deleted inserted replaced
18873:ce58d469e583 18883:765cf9dca720
   209         ] ifFalse:[
   209         ] ifFalse:[
   210              self error:'Invalid chunk start'
   210              self error:'Invalid chunk start'
   211         ]
   211         ]
   212     ].
   212     ].
   213 
   213 
   214     Smalltalk::Compiler isNil ifTrue:[
   214     (Smalltalk at:#Compiler) isNil ifTrue:[
   215         self isFileStream ifTrue:[
   215         self isFileStream ifTrue:[
   216             Transcript show:('[' , self pathName , '] ').
   216             Transcript show:('[' , self pathName , '] ').
   217         ].
   217         ].
   218         Transcript showCR:'cannot fileIn (no compiler).'.
   218         Transcript showCR:'cannot fileIn (no compiler).'.
   219         ^ nil.
   219         ^ nil.