mirror of
https://github.com/golang/go
synced 2024-11-19 09:34:52 -07:00
cmd/gc: fix 'make' in cmd/gc directory
Right now, go tool 6g -A fails complaining about 'any' type. TBR=r CC=golang-codereviews https://golang.org/cl/156200044
This commit is contained in:
parent
9dc6764d3c
commit
3511454e13
@ -182,6 +182,8 @@ compile(Node *fn)
|
|||||||
yyerror("missing function body", fn);
|
yyerror("missing function body", fn);
|
||||||
goto ret;
|
goto ret;
|
||||||
}
|
}
|
||||||
|
if(debug['A'])
|
||||||
|
goto ret;
|
||||||
emitptrargsmap();
|
emitptrargsmap();
|
||||||
goto ret;
|
goto ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user