Commit 9e04ff79 authored by Evan Kroske's avatar Evan Kroske Committed by Ian Lance Taylor

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
parent 131526f6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment