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/include/LexicalAnalyzer.h

    r573 r578  
    4242    static void AddConstEnum( Consts &consts, const NamespaceScopes &namespaceScopes, const char *buffer );
    4343    static void CollectConsts( const char *source, Consts &consts, ConstMacros &constMacros );
     44    static bool ConstMacroToExpression( const ConstMacro &constMacro, const char *parameterStr, char *dest );
    4445
    4546    // クラスを収集する
Note: See TracChangeset for help on using the changeset viewer.