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