Changeset 564 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- May 5, 2008, 2:17:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/VariableOpe.cpp
r561 r564 1050 1050 1051 1051 //定数マクロとして定義されている場合は抜け出す 1052 if( compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExist ( VarName ) )1052 if( compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExistDuplicationKeyName( VarName ) ) 1053 1053 { 1054 1054 return; … … 1073 1073 1074 1074 //定数マクロとして定義されている場合 1075 if( compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExist ( VarName ) ){1075 if( compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExistDuplicationKeyName( VarName ) ){ 1076 1076 compiler.errorMessenger.Output(15,VarName,cp); 1077 1077 return;
Note:
See TracChangeset
for help on using the changeset viewer.