Ignore:
Timestamp:
Jun 26, 2008, 8:55:02 PM (16 years ago)
Author:
dai_9181
Message:

不正なByValに対するエラーメッセージが正確に表示されなくなるバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/CParameter.cpp

    r523 r664  
    235235        if(bByVal==1){
    236236            //値参照
    237 /*
    238237            if(Parms[i2][0]==1&&Parms[i2][1]==ESC_BYVAL){
    239238                char temp2[255];
     
    242241                continue;
    243242            }
    244 */
     243
    245244            if( dummyType.IsStruct() ){
    246245                SetStructParameter( dummyType, Parms[i2] );
Note: See TracChangeset for help on using the changeset viewer.