From 441da9af0d6b2e2f07f67e7a9d45c3a84535409b Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 30 Mar 2009 21:39:10 -0700 Subject: [PATCH] fix build (moved decl to go.h earlier and changed vlong to int64). R=ken OCL=26934 CL=26934 --- src/cmd/6g/gg.h | 1 - 1 file changed, 1 deletion(-) 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); -- 2.48.1