Changeset 202 in dev for trunk/abdev/BasicCompiler64/Compile_ProcOp.cpp
- Timestamp:
- Jul 3, 2007, 1:36:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_ProcOp.cpp
r198 r202 7 7 #include <ClassImpl.h> 8 8 #include <VariableImpl.h> 9 #include <NamespaceSupporter.h>10 9 11 10 #include "../BasicCompiler_Common/common.h" … … 272 271 273 272 // コンパイル中の関数が属する名前空間 274 namespaceSupporter.SetLivingNamespaceScopes( pUserProc->GetNamespaceScopes() );273 compiler.GetNamespaceSupporter().SetLivingNamespaceScopes( pUserProc->GetNamespaceScopes() ); 275 274 276 275 // コンパイル中の関数でImportsされている名前空間 277 namespaceSupporter.SetImportedNamespaces( pUserProc->GetImportedNamespaces() );276 compiler.GetNamespaceSupporter().SetImportedNamespaces( pUserProc->GetImportedNamespaces() ); 278 277 279 278 if(pUserProc->IsSystem()){
Note:
See TracChangeset
for help on using the changeset viewer.