Skip to content
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

runtime: textflag.h contains spurious equals in REFLECTMETHOD macro #29487

Closed
mmcloughlin opened this issue Jan 1, 2019 · 1 comment
Closed

Comments

@mmcloughlin
Copy link
Contributor

I believe there is a copy-paste error in the textflag.h REFLECTMETHOD macro:

// Function can call reflect.Type.Method or reflect.Type.MethodByName.
#define REFLECTMETHOD = 1024

@gopherbot
Copy link

Change https://golang.org/cl/155927 mentions this issue: runtime: fix REFLECTMETHOD macro

@mmcloughlin mmcloughlin changed the title src/runtime: textflag.h contains spurious equals in REFLECTMETHOD macro runtime: textflag.h contains spurious equals in REFLECTMETHOD macro Jan 1, 2019
@golang golang locked and limited conversation to collaborators Jan 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants