mirror of
https://github.com/golang/go.git
synced 2025-11-01 17:20:56 +00:00
cmd/api: more runtime fixes
This is getting a little annoying, but once the runtime structs are being defined in Go, these will go away. So it's only a temporary cost. TBR=bradfitz CC=golang-codereviews https://golang.org/cl/135940043
This commit is contained in:
parent
6fb6f4e7f9
commit
1e47854d99
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ func (w *Walker) parseFile(dir, file string) (*ast.File, error) {
|
|||
" mcache struct{}; bucket struct{}; sudog struct{}; g struct{};" +
|
||||
" hchan struct{}; chantype struct{}; waitq struct{};" +
|
||||
" note struct{}; wincallbackcontext struct{};" +
|
||||
" gobuf struct{}; funcval struct{};" +
|
||||
" gobuf struct{}; funcval struct{}; _func struct{};" +
|
||||
"); " +
|
||||
"const ( cb_max = 2000 )"
|
||||
f, err = parser.ParseFile(fset, filename, src, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue