Changeset 76 in dev for BasicCompiler64/OperatorProc.cpp


Ignore:
Timestamp:
Mar 21, 2007, 9:26:56 PM (17 years ago)
Author:
dai_9181
Message:

TYPEINFO→Typeへのリファクタリングを実施。32bitが未完成。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/OperatorProc.cpp

    r75 r76  
    4242    BOOL bTwoTerm=1;
    4343    if(idCalc==CALC_AS) bTwoTerm=0;
    44 
    45 
    46     int i;
    4744
    4845
     
    7976    }
    8077
    81     for(i=0;i<(int)params.size();i++){
     78    for(int i=0;i<(int)params.size();i++){
    8279        CheckDifferentType(
    8380            pUserProc->Params()[i]->GetBasicType(),
Note: See TracChangeset for help on using the changeset viewer.