1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00

ld: fix Plan 9 build

R=golang-dev, jas, bradfitz
CC=golang-dev
https://golang.org/cl/43420043
This commit is contained in:
David du Colombier 2013-12-17 08:46:07 -08:00 committed by Brad Fitzpatrick
parent 64379b854f
commit 2784a3ea85

View File

@ -138,7 +138,7 @@ main(int argc, char *argv[])
if(HEADTYPE == -1) if(HEADTYPE == -1)
HEADTYPE = headtype(goos); HEADTYPE = headtype(goos);
ctxt->headtype = HEADTYPE; ctxt->headtype = HEADTYPE;
if (headstring == NULL) if (headstring == nil)
headstring = headstr(HEADTYPE); headstring = headstr(HEADTYPE);
archinit(); archinit();