From: Russ Cox Date: Tue, 31 Mar 2009 04:39:10 +0000 (-0700) Subject: fix build (moved decl to go.h earlier X-Git-Tag: weekly.2009-11-06~1931 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=441da9af0d6b2e2f07f67e7a9d45c3a84535409b;p=gostls13.git fix build (moved decl to go.h earlier and changed vlong to int64). R=ken OCL=26934 CL=26934 --- diff --git a/src/cmd/6g/gg.h b/src/cmd/6g/gg.h index b3eddb3d35..22f328f379 100644 --- a/src/cmd/6g/gg.h +++ b/src/cmd/6g/gg.h @@ -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);