Ignore:
Timestamp:
May 7, 2007, 3:34:07 AM (17 years ago)
Author:
dai_9181
Message:

#_fullcompileディレクティブを導入。
rev.234を刻印した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Subroutine.cpp

    r108 r112  
    586586    GlobalProc *pUserProc = new GlobalProc( namespaceScopes, importedNamespaces, temporary, kind, isMacro, isCdecl, isExport );
    587587    pUserProc->SetParentClass( pobj_c );
     588    if( Smoothie::isFullCompile ){
     589        // すべての関数・メソッドをコンパイルする
     590        pUserProc->Using();
     591    }
    588592
    589593    //ID
Note: See TracChangeset for help on using the changeset viewer.