Changeset 199 in dev for trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp
- Timestamp:
- Jun 27, 2007, 3:16:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp
r198 r199 282 282 283 283 // コンパイル中の関数が属する名前空間 284 namespaceSupporter.SetLivingNamespaceScopes( pUserProc->GetNamespaceScopes() );284 compiler.GetNamespaceSupporter().SetLivingNamespaceScopes( pUserProc->GetNamespaceScopes() ); 285 285 286 286 // コンパイル中の関数でImportsされている名前空間 287 namespaceSupporter.SetImportedNamespaces( pUserProc->GetImportedNamespaces() );287 compiler.GetNamespaceSupporter().SetImportedNamespaces( pUserProc->GetImportedNamespaces() ); 288 288 289 289 if(pUserProc->IsSystem()){
Note:
See TracChangeset
for help on using the changeset viewer.