Commit 441da9af authored by Russ Cox's avatar Russ Cox

fix build (moved decl to go.h earlier

and changed vlong to int64).

R=ken
OCL=26934
CL=26934
parent 5e792b6c
...@@ -115,7 +115,6 @@ void regfree(Node*); ...@@ -115,7 +115,6 @@ void regfree(Node*);
Node* nodarg(Type*, int); Node* nodarg(Type*, int);
void nodreg(Node*, Type*, int); void nodreg(Node*, Type*, int);
void nodindreg(Node*, Type*, int); void nodindreg(Node*, Type*, int);
void nodconst(Node*, Type*, vlong);
void gconreg(int, vlong, int); void gconreg(int, vlong, int);
void buildtxt(void); void buildtxt(void);
Plist* newplist(void); Plist* newplist(void);
......
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