Changeset 692 in dev
- Timestamp:
- Jul 19, 2008, 4:50:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/LexicalAnalyzer_Delegate.cpp
r668 r692 216 216 void LexicalAnalyzer::RefleshDelegateParameterAndReturnType( Delegate &dg ) 217 217 { 218 if( dg.IsExternal() ) 219 { 220 // 外部参照の場合はリフレッシュが不要 221 return; 222 } 223 218 224 compiler.GetNamespaceSupporter().SetImportedNamespaces( dg.GetImportedNamespaces() ); 219 225 compiler.GetNamespaceSupporter().SetLivingNamespaceScopes( dg.GetNamespaceScopes() );
Note:
See TracChangeset
for help on using the changeset viewer.