1
0
mirror of https://github.com/golang/go synced 2024-10-01 11:38:34 -06:00

cmd/gc: fix build

TBR=dfc
CC=golang-codereviews
https://golang.org/cl/126210047
This commit is contained in:
Russ Cox 2014-08-24 21:26:07 -04:00
parent 527ae57e65
commit 4af79b6376
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,6 @@ void allocparams(void);
void checklabels(void);
void ginscall(Node*, int);
int gen_as_init(Node*);
void clearslim(Node*);
/*
* cgen.c

View File

@ -1169,6 +1169,7 @@ void cgen_callmeth(Node *n, int proc);
void cgen_eface(Node* n, Node* res);
void cgen_slice(Node* n, Node* res);
void clearlabels(void);
void clearslim(Node*);
void checklabels(void);
int dotoffset(Node *n, int64 *oary, Node **nn);
void gen(Node *n);