mirror of
https://github.com/golang/go
synced 2024-11-02 13:21:55 +00:00
gc: fix for Plan 9 build
R=golang-dev CC=golang-dev, rsc https://golang.org/cl/4977045
This commit is contained in:
parent
79260e5bfe
commit
4ca2172f38
1 changed files with 1 additions and 0 deletions
|
@ -667,6 +667,7 @@ struct Magic
|
|||
};
|
||||
|
||||
typedef struct Prog Prog;
|
||||
#pragma incomplete Prog
|
||||
|
||||
struct Label
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue