Changeset 311 in dev


Ignore:
Timestamp:
Aug 31, 2007, 8:59:06 PM (17 years ago)
Author:
dai_9181
Message:

パラメータ初期値を設定したときにリテラル値用indexが型データに付加されないようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Procedure.cpp

    r310 r311  
    142142
    143143            NumOpe_GetType( initValue, GetStringTypeInfo(), type );
     144           
     145            if( IS_LITERAL(type.GetIndex()) )
     146            {
     147                type.SetIndex( -1 );
     148            }
    144149        }
    145150        else if(sourceOfParams[i]==1&&sourceOfParams[i+1]==ESC_AS){
Note: See TracChangeset for help on using the changeset viewer.