]> Cypherpunks repositories - gostls13.git/commitdiff
gc: fix for Plan 9 build
authorLucio De Re <lucio.dere@gmail.com>
Tue, 30 Aug 2011 13:40:46 +0000 (09:40 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 30 Aug 2011 13:40:46 +0000 (09:40 -0400)
R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4977045

src/cmd/gc/go.h

index 2459e538ec4be64afddbc2dfde7a8a1bb227f525..ad2dd48ffe344bf68eb59d7d6c8969e3fa8a5259 100644 (file)
@@ -667,6 +667,7 @@ struct      Magic
 };
 
 typedef struct Prog Prog;
+#pragma incomplete Prog
 
 struct Label
 {