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/NumOpe_GetType.cpp

    r566 r578  
    537537            if( pConstMacro )
    538538            {
    539                 if( pConstMacro->GetCalcBuffer( parameter, temporary ) )
     539                if( ActiveBasic::Compiler::LexicalAnalyzer::ConstMacroToExpression( *pConstMacro, parameter, temporary ) )
    540540                {
    541541                    /////////////////////////
Note: See TracChangeset for help on using the changeset viewer.