Ignore:
Timestamp:
May 5, 2008, 2:17:58 PM (16 years ago)
Author:
dai_9181
Message:

IsExistIsExistDuplicationKeyName
・キー名ではなく、インスタンスそのものの重複を発見するためのIsExistメソッドを実装。

File:
1 edited

Legend:

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

    r543 r564  
    162162
    163163                //重複チェック
    164                 if( compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExist( name )
    165                     || compiler.GetObjectModule().meta.GetGlobalConsts().IsExist( name ) )
     164                if( compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExistDuplicationKeyName( name )
     165                    || compiler.GetObjectModule().meta.GetGlobalConsts().IsExistDuplicationKeyName( name ) )
    166166                {
    167167                    compiler.errorMessenger.Output(15,name,cp);
Note: See TracChangeset for help on using the changeset viewer.