Ignore:
Timestamp:
May 10, 2008, 12:19:15 PM (16 years ago)
Author:
dai_9181
Message:

[530][583]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/Compile_Calc.cpp

    r528 r584  
    9393            }
    9494            else{
    95                 if( compiler.GetObjectModule().meta.GetGlobalConsts().IsExist(variable)
    96                     || compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExist(variable) )
     95                if( compiler.GetObjectModule().meta.GetGlobalConsts().IsExistDuplicationKeyName(variable)
     96                    || compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExistDuplicationKeyName(variable) )
    9797                {
    9898                    //定数リストに該当したとき
Note: See TracChangeset for help on using the changeset viewer.