Changeset 370 in dev for trunk/abdev/BasicCompiler32/NumOpe.cpp
- Timestamp:
- Nov 15, 2007, 3:18:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/NumOpe.cpp
r363 r370 278 278 } 279 279 280 SetError(); 281 280 282 return false; 281 283 } … … 331 333 if( !leftType.HasMember() ){ 332 334 // メンバを持たない型の場合 335 if( isProcedureCallOnly ) 336 { 337 SetError(1,NULL,cp); 338 } 333 339 return false; 334 340 } … … 550 556 } 551 557 558 if( isProcedureCallOnly ) 559 { 560 SetError(3, termLeft, cp ); 561 } 552 562 553 563 return false;
Note:
See TracChangeset
for help on using the changeset viewer.