Ignore:
Timestamp:
Jun 27, 2007, 2:41:17 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/calculation.cpp

    r193 r198  
    488488
    489489                        Type tempType;
    490                         if( !Compiler::StringToType( temp2, tempType ) ){
     490                        if( !compiler.StringToType( temp2, tempType ) ){
    491491                            if(enableerror) SetError(3,temp2,cp);
    492492                            return false;
     
    692692                        {
    693693                            Type tempType;
    694                             if( !Compiler::StringToType( Parms, tempType ) ){
     694                            if( !compiler.StringToType( Parms, tempType ) ){
    695695                                if(bDebuggingWatchList){
    696696                                    if( pIsMemoryAccessError ) *pIsMemoryAccessError = true;
Note: See TracChangeset for help on using the changeset viewer.