]> Cypherpunks repositories - gostls13.git/commitdiff
fix build (moved decl to go.h earlier
authorRuss Cox <rsc@golang.org>
Tue, 31 Mar 2009 04:39:10 +0000 (21:39 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 31 Mar 2009 04:39:10 +0000 (21:39 -0700)
and changed vlong to int64).

R=ken
OCL=26934
CL=26934

src/cmd/6g/gg.h

index b3eddb3d359897629979f00f3c91a93ae483a072..22f328f3794ea058a5fc95628bf5c51f75788063 100644 (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);