Ignore:
Timestamp:
Jun 26, 2007, 1:48:18 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp

    r193 r195  
    77#include <ClassImpl.h>
    88#include <VariableImpl.h>
     9#include <NamespaceSupporter.h>
    910
    1011#include "../BasicCompiler_Common/common.h"
     
    281282
    282283    // コンパイル中の関数が属する名前空間
    283     Smoothie::Temp::liveingNamespaceScopes = pUserProc->GetNamespaceScopes();
     284    namespaceSupporter.GetLivingNamespaceScopes() = pUserProc->GetNamespaceScopes();
    284285
    285286    // コンパイル中の関数でImportsされている名前空間
    286     compiler.SetImportedNamespaces( pUserProc->GetImportedNamespaces() );
     287    namespaceSupporter.SetImportedNamespaces( pUserProc->GetImportedNamespaces() );
    287288
    288289    if(pUserProc->IsSystem()){
Note: See TracChangeset for help on using the changeset viewer.