Changeset 101 in dev for BasicCompiler64


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

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

Location:
BasicCompiler64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/BasicCompiler.vcproj

    r100 r101  
    18211821                    >
    18221822                    <File
     1823                        RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
     1824                        >
     1825                    </File>
     1826                    <File
    18231827                        RelativePath="..\BasicCompiler_Common\Procedure.cpp"
    18241828                        >
  • BasicCompiler64/Compile_ProcOp.cpp

    r100 r101  
    256256    //コンパイル中の関数
    257257    UserProc::CompileStartForUserProc( pUserProc );
     258
     259    // コンパイル中の関数が属する名前空間
     260    Smoothie::Lexical::liveingNamespaceScopes = pUserProc->GetNamespaceScopes();
    258261
    259262    if(pUserProc->IsSystem()){
Note: See TracChangeset for help on using the changeset viewer.