Changeset 564 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/LexicalAnalyzer_Const.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/src/LexicalAnalyzer_Const.cpp
r543 r564 162 162 163 163 //重複チェック 164 if( compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExist ( name )165 || compiler.GetObjectModule().meta.GetGlobalConsts().IsExist ( name ) )164 if( compiler.GetObjectModule().meta.GetGlobalConstMacros().IsExistDuplicationKeyName( name ) 165 || compiler.GetObjectModule().meta.GetGlobalConsts().IsExistDuplicationKeyName( name ) ) 166 166 { 167 167 compiler.errorMessenger.Output(15,name,cp);
Note:
See TracChangeset
for help on using the changeset viewer.