Ignore:
Timestamp:
May 8, 2008, 3:27:32 PM (17 years ago)
Author:
dai_9181
Message:

Consts/ConstMacrosクラスのLexicalAnalyzerクラスへの依存性をなくした。

File:
1 edited

Legend:

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

    r578 r579  
    179179                    // 定数マクロ
    180180                    const char *params = temporary + i2;
    181                     constMacros.Add( namespaceScopes, name, params );
     181                    if( !constMacros.Add( namespaceScopes, name, params ) )
     182                    {
     183                        compiler.errorMessenger.Output( 1, NULL, i );
     184                    }
    182185                }
    183186
Note: See TracChangeset for help on using the changeset viewer.