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:
parent
5e792b6c09
commit
441da9af0d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user