Changeset 578 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/calculation.cpp
- Timestamp:
- May 8, 2008, 2:20:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/calculation.cpp
r485 r578 504 504 return false; 505 505 } 506 if( ! pConstMacro->GetCalcBuffer(temp2, Parms ) )506 if( !ActiveBasic::Compiler::LexicalAnalyzer::ConstMacroToExpression( *pConstMacro, temp2, Parms ) ) 507 507 { 508 508 if(enableerror) compiler.errorMessenger.Output(3,temporary,cp); … … 1227 1227 //マクロ関数の場合 1228 1228 GetStringInPare_RemovePare(temporary,Command+i2+i3+1); 1229 pConstMacro->GetCalcBuffer(temporary, temp2 );1229 ActiveBasic::Compiler::LexicalAnalyzer::ConstMacroToExpression( *pConstMacro, temporary, temp2 ); 1230 1230 return IsStrCalculation(temp2); 1231 1231 }
Note:
See TracChangeset
for help on using the changeset viewer.