Hi Przemek,

This .prg code:
---
PROC Main()
   LOCAL var := 10
   ? var - -1
   RETURN
---

will generate such .c source when compiled with -gc3:
if( hb_xvmAddInt( --1 ) ) break;

BCC says: 'Lvalue required in function ...'

Brgds,
Viktor

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

Reply via email to