attractivechaos / klib

A standalone and lightweight C library
http://attractivechaos.github.io/klib/
MIT License
4.18k stars 556 forks source link

Fix the kv_a definition in kvec.h which causes "lvalue required as left operand of assignment" error. #126

Open wang-borong opened 5 years ago

wang-borong commented 5 years ago

fix the kv_a in kvec.h, error: lvalue required as left operand of assignment

trapexit commented 5 years ago

Should probably improve the commit message. Make it match the description.

krivit commented 3 weeks ago

I think this allows it to be used as an lvalue, but if passed to a function, without parentheses it could end up treated as an argument list.