]> Cypherpunks repositories - gostls13.git/commit
lib9: declare __fixargv0 before use in flag.c
authorAkshat Kumar <seed@mail.nanosouffle.net>
Tue, 22 Jan 2013 22:23:36 +0000 (17:23 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 22 Jan 2013 22:23:36 +0000 (17:23 -0500)
commitb9f0a6bf6833f2f70caf6451133919a2807d0943
tree313ce768ec5f529b7d2bb091232cbea281f18112
parent3692dfdd0a0846575595ebc5a9c67ba5dcfe79f3
lib9: declare __fixargv0 before use in flag.c

The Plan 9 compilers complain about not
having type information for the function,
which sets off type signature problems
during the linking stage.

R=rsc, ality, iant
CC=golang-dev
https://golang.org/cl/7058054
src/lib9/argv0.c [deleted file]
src/lib9/flag.c