Changeset 143 in dev for BasicCompiler64


Ignore:
Timestamp:
Jun 16, 2007, 11:25:37 AM (17 years ago)
Author:
dai_9181
Message:

Smoothie::Metaクラス内を整理

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Compile_ProcOp.cpp

    r142 r143  
    265265
    266266    // コンパイル中の関数でImportsされている名前空間
    267     Smoothie::Meta::importedNamespaces = pUserProc->GetImportedNamespaces();
     267    Smoothie::Temp::importedNamespaces = pUserProc->GetImportedNamespaces();
    268268
    269269    if(pUserProc->IsSystem()){
Note: See TracChangeset for help on using the changeset viewer.