On 09/22/2016 10:07 PM, Jakub Jelinek wrote:
I've noticed lots of vec_safe_length (CONSTRUCTOR_ELTS (...)) uses in the sources, which IMHO are less readable than the much more often used CONSTRUCTOR_NELTS (...) macro that does the same thing.Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
Ok. Bernd