1
0
mirror of https://github.com/golang/go synced 2024-11-20 10:24:40 -07:00

fix build

R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=33174
CL=33174
This commit is contained in:
Rob Pike 2009-08-13 09:35:42 -07:00
parent 7a1cfd09fa
commit 7b366e9c43

View File

@ -32,7 +32,7 @@
/* ,x/^(print|prtree)\(/i/\/\/ */
int castup(Type*, Type*);
int vaddr(Node *n, int a)
int vaddr(Node *n, int a);
void
cgen(Node *n, Node *nn)