Changeset 101 in dev for BasicCompiler32


Ignore:
Timestamp:
Apr 25, 2007, 4:19:28 AM (17 years ago)
Author:
dai_9181
Message:

名前空間機能をグローバル関数に適用(作業完了)。

Location:
BasicCompiler32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/BasicCompiler.vcproj

    r100 r101  
    18331833                    Name="Meta Parts"
    18341834                    >
     1835                    <File
     1836                        RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
     1837                        >
     1838                    </File>
    18351839                    <File
    18361840                        RelativePath="..\BasicCompiler_Common\Procedure.cpp"
  • BasicCompiler32/Compile_ProcOp.cpp

    r100 r101  
    266266    //コンパイル中の関数
    267267    UserProc::CompileStartForUserProc( pUserProc );
     268
     269    // コンパイル中の関数が属する名前空間
     270    Smoothie::Lexical::liveingNamespaceScopes = pUserProc->GetNamespaceScopes();
    268271
    269272    if(pUserProc->IsSystem()){
Note: See TracChangeset for help on using the changeset viewer.