Mangle C struct fields that happen to be named after Go keywords by prefixing...
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
Showing
Please register or sign in to comment