Changeset 198 in dev for trunk/abdev/BasicCompiler_Common/calculation.cpp
- Timestamp:
- Jun 27, 2007, 2:41:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/calculation.cpp
r193 r198 488 488 489 489 Type tempType; 490 if( ! Compiler::StringToType( temp2, tempType ) ){490 if( !compiler.StringToType( temp2, tempType ) ){ 491 491 if(enableerror) SetError(3,temp2,cp); 492 492 return false; … … 692 692 { 693 693 Type tempType; 694 if( ! Compiler::StringToType( Parms, tempType ) ){694 if( !compiler.StringToType( Parms, tempType ) ){ 695 695 if(bDebuggingWatchList){ 696 696 if( pIsMemoryAccessError ) *pIsMemoryAccessError = true;
Note:
See TracChangeset
for help on using the changeset viewer.