Changeset 564 in dev for trunk/ab5.0/abdev/compiler_x86
- Timestamp:
- May 5, 2008, 2:17:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Compile_Calc.cpp
r523 r564 461 461 } 462 462 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) ) 465 465 { 466 466 //定数リストに該当したとき
Note:
See TracChangeset
for help on using the changeset viewer.