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

    r561 r564  
    10501050
    10511051        //定数マクロとして定義されている場合は抜け出す
    1052         if( compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExist( VarName ) )
     1052        if( compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExistDuplicationKeyName( VarName ) )
    10531053        {
    10541054            return;
     
    10731073
    10741074    //定数マクロとして定義されている場合
    1075     if( compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExist( VarName ) ){
     1075    if( compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExistDuplicationKeyName( VarName ) ){
    10761076        compiler.errorMessenger.Output(15,VarName,cp);
    10771077        return;
Note: See TracChangeset for help on using the changeset viewer.