]> Cypherpunks repositories - gostls13.git/commitdiff
lib9/fmt: do not put a main symbol into lib9.a
authorRuss Cox <rsc@golang.org>
Mon, 24 Sep 2012 16:57:05 +0000 (12:57 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 24 Sep 2012 16:57:05 +0000 (12:57 -0400)
Fixes #4143.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6541064

src/lib9/fmt/test.c

index 1710c5e484ed69cc0641d407d9d55ef6ece84d1c..d82ff78baf48f10b140ad8dcf07df3ac9f105ef9 100644 (file)
@@ -1,3 +1,5 @@
+// +build ignore
+
 /*
  * The authors of this software are Rob Pike and Ken Thompson,
  * with contributions from Mike Burrows and Sean Dorward.