RE: invalid lvalue in assignment

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Oliver,

This is not legit:

((zend_bool)(*retval).value.lval) = objval->active;

...nor this...

((zend_bool)(*retval).value.lval) = objval->parent_access;;

I'm not sure what zval looks like.  Probably needs to be implemented in a way that is C (ISO 9899) compliant.

HTH,
--Eljay



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux