Changeset 564 in dev for trunk/ab5.0/abdev/compiler_x86


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/compiler_x86/Compile_Calc.cpp

    r523 r564  
    461461            }
    462462            else{
    463                 if( compiler.GetObjectModule().meta.GetGlobalConsts().IsExist(variable)
    464                     || compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExist(variable) )
     463                if( compiler.GetObjectModule().meta.GetGlobalConsts().IsExistDuplicationKeyName(variable)
     464                    || compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExistDuplicationKeyName(variable) )
    465465                {
    466466                    //定数リストに該当したとき
Note: See TracChangeset for help on using the changeset viewer.