-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/cgo: inconsistent definitions for C.SOME_ENUM #4054
Labels
Milestone
Comments
There's a CL for this already: http://golang.org/cl/6501101/ It was working until recently, so you might want to check that you don't pick up the breaking change for Go 1.0.3: http://code.google.com/p/go/source/detail?r=41976e2fec9b17cc01cb94ea62ab3af18bfbcae6 workaround is to make one file with stuff like: const ( A = C.A B = C.B ) |
Issue #4095 has been merged into this issue. |
Owner changed to @4a6f656c. |
This issue was closed by revision 9536480. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Attachments:
The text was updated successfully, but these errors were encountered: