-
Eden Li authored
Mangle C struct fields that happen to be named after Go keywords by prefixing them with _. Collisions with existing fields are resolved by prefixing the new Go identifier with _ until it matches nothing else in the struct. Fixes #36. R=rsc https://golang.org/cl/157061
652bb7c2