Hi, Przemyslaw

Przemyslaw Czerpak-2 wrote:
> 
> Probably as workarond you can change in expropt2.c in function
>    BOOL hb_compExprReduceEMPTY( HB_EXPR_PTR pSelf, HB_COMP_DECL )
> the code:
>       case HB_ET_CODEBLOCK:
>          break;
> 
> to:
>       case HB_ET_CODEBLOCK:
>          fResult = FALSE;
>          break;
> 
> and make clean Harbour build.
> 

Yes, it's helps. After rebuild

Test calls passed:       4737 ( 99.51 % )
Test calls failed:         23 ( 0.49 % )
                   ----------
            Total:       4760 ( Time elapsed: 0.06 seconds )

Thank you.

Regards,
Petr
-- 
View this message in context: 
http://www.nabble.com/hbtest-result-with-Pelles-C-ver.-6.0-tp23583642p23585083.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to