Skip to content

Commit

Permalink
cmd/gc: fix build
Browse files Browse the repository at this point in the history
TBR=dfc
CC=golang-codereviews
https://golang.org/cl/126210047
  • Loading branch information
rsc committed Aug 25, 2014
1 parent 527ae57 commit 4af79b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/6g/gg.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ void allocparams(void);
void checklabels(void);
void ginscall(Node*, int);
int gen_as_init(Node*);
void clearslim(Node*);

/*
* cgen.c
Expand Down
1 change: 1 addition & 0 deletions src/cmd/gc/go.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4af79b6

Please sign in to comment.