Changeset 370 in dev for trunk/abdev/BasicCompiler64/NumOpe.cpp
- Timestamp:
- Nov 15, 2007, 3:18:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/NumOpe.cpp
r368 r370 291 291 } 292 292 293 SetError(); 294 293 295 return false; 294 296 } … … 344 346 if( !leftType.HasMember() ){ 345 347 // メンバを持たない型の場合 348 if( isProcedureCallOnly ) 349 { 350 SetError(1,NULL,cp); 351 } 346 352 return false; 347 353 } … … 580 586 } 581 587 588 if( isProcedureCallOnly ) 589 { 590 SetError(3, termLeft, cp ); 591 } 582 592 583 593 return false;
Note:
See TracChangeset
for help on using the changeset viewer.