Changeset 51 in dev for BasicCompiler_Common/Variable.cpp


Ignore:
Timestamp:
Feb 10, 2007, 8:30:19 PM (17 years ago)
Author:
dai_9181
Message:

ppobj_Member及びppobj_StaticMemberを廃止し、vectorに統一した(methods及びstaticMethods)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Variable.cpp

    r49 r51  
    12251225
    12261226
    1227 
    1228 
     1227    if( pTypeInfo->type==DEF_OBJECT ){
     1228        //デストラクタの利用フラグをオンにする
     1229        CMethod *method = pTypeInfo->u.pobj_Class->GetDestructorMethod();
     1230        if( method ){
     1231            method->psi->bUse = 1;
     1232        }
     1233    }
     1234
     1235/*
    12291236    if(pTypeInfo->type==DEF_OBJECT){
    12301237        //利用対象のクラスコンストラクタ、デストラクタに使用チェックをつける
     
    12391246            }
    12401247        }
    1241     }
    1242 }
     1248    }*/
     1249}
Note: See TracChangeset for help on using the changeset viewer.