Changeset 637 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/LexicalAnalyzer_Delegate.cpp
- Timestamp:
- Jun 11, 2008, 10:10:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/LexicalAnalyzer_Delegate.cpp
r625 r637 115 115 } 116 116 117 delegates.Put( new Delegate( namespaceScopes, importedNamespaces, name, procKind, paramStr, returnTypeName, nowLine ) );117 delegates.Put( new Delegate( Symbol( namespaceScopes, name ), importedNamespaces, procKind, paramStr, returnTypeName, nowLine ) ); 118 118 } 119 119 } … … 131 131 const Delegate &dg = *delegates.Iterator_GetNext(); 132 132 133 if( !dg.isTargetObjectModule)133 if( dg.IsExternal() ) 134 134 { 135 135 // 静的リンクライブラリの場合は飛ばす(既にインスタンスが定義済みであるため)
Note:
See TracChangeset
for help on using the changeset viewer.