Ignore:
Timestamp:
Sep 28, 2007, 12:05:10 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r332 r334  
    1717
    1818
    19     const Delegate *pBackConstructingDelegate;
    20     if( pobj_c->IsDelegate() )
    21     {
    22         // デリゲートの場合はオーバーロード解決用のグローバル変数をセットする
    23         extern const Delegate *pConstructingDelegate;
    24         pBackConstructingDelegate = pConstructingDelegate;
    25         pConstructingDelegate = &pobj_c->GetDelegate();
    26     }
    27 
    28 
    2919/*  //jnzのジャンプ先番地
    3020    extern int obp;
     
    10696        */
    10797    }
    108 
    109     if( pobj_c->IsDelegate() )
    110     {
    111         // デリゲートの場合はオーバーロード解決用のグローバル変数を元に戻す
    112         extern const Delegate *pConstructingDelegate;
    113         pConstructingDelegate = pBackConstructingDelegate;
    114     }
    11598}
    11699void Operator_New( const CClass &classObj, const char *objectSizeStr, const char *parameter, const Type &baseType ){
Note: See TracChangeset for help on using the changeset viewer.