1
0
mirror of https://github.com/golang/go synced 2024-11-12 01:00:22 -07:00

fix build (moved decl to go.h earlier

and changed vlong to int64).

R=ken
OCL=26934
CL=26934
This commit is contained in:
Russ Cox 2009-03-30 21:39:10 -07:00
parent 5e792b6c09
commit 441da9af0d

View File

@ -115,7 +115,6 @@ void regfree(Node*);
Node* nodarg(Type*, int);
void nodreg(Node*, Type*, int);
void nodindreg(Node*, Type*, int);
void nodconst(Node*, Type*, vlong);
void gconreg(int, vlong, int);
void buildtxt(void);
Plist* newplist(void);