Ignore:
Timestamp:
May 8, 2008, 2:20:23 PM (16 years ago)
Author:
dai_9181
Message:

LexicalAnalyzer::ConstMacroToExpressionメソッドを実装。

File:
1 edited

Legend:

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

    r485 r578  
    504504                            return false;
    505505                        }
    506                         if( !pConstMacro->GetCalcBuffer( temp2, Parms ) )
     506                        if( !ActiveBasic::Compiler::LexicalAnalyzer::ConstMacroToExpression( *pConstMacro, temp2, Parms ) )
    507507                        {
    508508                            if(enableerror) compiler.errorMessenger.Output(3,temporary,cp);
     
    12271227                        //マクロ関数の場合
    12281228                        GetStringInPare_RemovePare(temporary,Command+i2+i3+1);
    1229                         pConstMacro->GetCalcBuffer( temporary, temp2 );
     1229                        ActiveBasic::Compiler::LexicalAnalyzer::ConstMacroToExpression( *pConstMacro, temporary, temp2 );
    12301230                        return IsStrCalculation(temp2);
    12311231                    }
Note: See TracChangeset for help on using the changeset viewer.