diff options
author | Russ Cox <rsc@golang.org> | 2009-03-30 21:39:10 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-03-30 21:39:10 -0700 |
commit | 5601c6e3e495e328d934e423b67e2bbb886089ed (patch) | |
tree | f1a860ae63a76ffcac030d25461240fb147b26ef /src | |
parent | b9334f573c4f5a170e65bb7085129befa894b06b (diff) | |
download | golang-5601c6e3e495e328d934e423b67e2bbb886089ed.tar.gz |
fix build (moved decl to go.h earlier
and changed vlong to int64).
R=ken
OCL=26934
CL=26934
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd/6g/gg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/6g/gg.h b/src/cmd/6g/gg.h index b3eddb3d3..22f328f37 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); |