Changeset 584 in dev for trunk/ab5.0/abdev/compiler_x64/Compile_Calc.cpp
- Timestamp:
- May 10, 2008, 12:19:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/Compile_Calc.cpp
r528 r584 93 93 } 94 94 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) ) 97 97 { 98 98 //定数リストに該当したとき
Note:
See TracChangeset
for help on using the changeset viewer.