mirror of
https://github.com/golang/go
synced 2024-11-24 05:50:13 -07:00
cmd/gc: moved usefield to correct section of go.h, from "reflect.c" to "walk.c".
LGTM=iant R=golang-codereviews, gobot, iant, dave CC=golang-codereviews https://golang.org/cl/108990044
This commit is contained in:
parent
131526f64d
commit
9e04ff7953
@ -1303,7 +1303,6 @@ Sym* typenamesym(Type *t);
|
||||
Sym* tracksym(Type *t);
|
||||
Sym* typesymprefix(char *prefix, Type *t);
|
||||
int haspointers(Type *t);
|
||||
void usefield(Node*);
|
||||
Type* hiter(Type* t);
|
||||
|
||||
/*
|
||||
@ -1466,6 +1465,7 @@ void walkstmtlist(NodeList *l);
|
||||
Node* conv(Node*, Type*);
|
||||
int candiscard(Node*);
|
||||
Node* outervalue(Node*);
|
||||
void usefield(Node*);
|
||||
|
||||
/*
|
||||
* arch-specific ggen.c/gsubr.c/gobj.c/pgen.c/plive.c
|
||||
|
Loading…
Reference in New Issue
Block a user