Changeset 195 in dev for trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp
- Timestamp:
- Jun 26, 2007, 1:48:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp
r193 r195 7 7 #include <ClassImpl.h> 8 8 #include <VariableImpl.h> 9 #include <NamespaceSupporter.h> 9 10 10 11 #include "../BasicCompiler_Common/common.h" … … 281 282 282 283 // コンパイル中の関数が属する名前空間 283 Smoothie::Temp::liveingNamespaceScopes= pUserProc->GetNamespaceScopes();284 namespaceSupporter.GetLivingNamespaceScopes() = pUserProc->GetNamespaceScopes(); 284 285 285 286 // コンパイル中の関数でImportsされている名前空間 286 compiler.SetImportedNamespaces( pUserProc->GetImportedNamespaces() );287 namespaceSupporter.SetImportedNamespaces( pUserProc->GetImportedNamespaces() ); 287 288 288 289 if(pUserProc->IsSystem()){
Note:
See TracChangeset
for help on using the changeset viewer.