Ignore:
Timestamp:
Mar 27, 2008, 3:04:28 AM (16 years ago)
Author:
dai_9181
Message:

64bit版を最新の状態にした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler64/NumOpe_TypeOperation.cpp

    r463 r468  
    264264    }
    265265    else{
    266         SetError(300,NULL,cp);
     266        compiler.errorMessenger.Output(300,NULL,cp);
    267267    }
    268268
     
    499499    int castBasicType = type[sp-1];
    500500    if((castBasicType&FLAG_CAST)==0){
    501         SetError(47,NULL,cp);
     501        compiler.errorMessenger.Output(47,NULL,cp);
    502502        return 0;
    503503    }
Note: See TracChangeset for help on using the changeset viewer.