Changeset 108 in dev for BasicCompiler32/Compile_ProcOp.cpp
- Timestamp:
- May 6, 2007, 6:52:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_ProcOp.cpp
r101 r108 269 269 // コンパイル中の関数が属する名前空間 270 270 Smoothie::Lexical::liveingNamespaceScopes = pUserProc->GetNamespaceScopes(); 271 272 // コンパイル中の関数でImportsされている名前空間 273 Smoothie::Meta::importedNamespaces = pUserProc->GetImportedNamespaces(); 271 274 272 275 if(pUserProc->IsSystem()){
Note:
See TracChangeset
for help on using the changeset viewer.