SourceFileLoader.st
changeset 3285 e1e7533ca265
parent 3247 5edab794cc34
child 3450 d8be0eee31b9
equal deleted inserted replaced
3284:2fc49e86930e 3285:e1e7533ca265
   208      This is sent by the compiler/evaluator if it detects undefined variables-errors."
   208      This is sent by the compiler/evaluator if it detects undefined variables-errors."
   209 
   209 
   210     "/ Transcript show:'**  '; showCR:aMessage.
   210     "/ Transcript show:'**  '; showCR:aMessage.
   211     "/ self showWherePosition:position to:endPos from:aCompiler.
   211     "/ self showWherePosition:position to:endPos from:aCompiler.
   212 
   212 
   213     ^ false
   213     ^ false "/ no correction    
   214 
   214 
   215     "Modified: 8.11.1996 / 18:53:17 / cg"
   215     "Modified: 8.11.1996 / 18:53:17 / cg"
   216 !
   216 !
   217 
   217 
   218 correctableSelectorWarning:aMessage position:position to:endPos from:aCompiler
   218 correctableSelectorWarning:aMessage position:position to:endPos from:aCompiler
   317 ! !
   317 ! !
   318 
   318 
   319 !SourceFileLoader class methodsFor:'documentation'!
   319 !SourceFileLoader class methodsFor:'documentation'!
   320 
   320 
   321 version
   321 version
   322     ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.39 2013-08-01 10:56:02 cg Exp $'
   322     ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.40 2013-08-25 16:53:01 cg Exp $'
   323 !
   323 !
   324 
   324 
   325 version_CVS
   325 version_CVS
   326     ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.39 2013-08-01 10:56:02 cg Exp $'
   326     ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.40 2013-08-25 16:53:01 cg Exp $'
   327 ! !
   327 ! !
   328 
   328