summaryrefslogtreecommitdiff
path: root/src/cmd/cc/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/cc/cc.h')
-rw-r--r--src/cmd/cc/cc.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/cmd/cc/cc.h b/src/cmd/cc/cc.h
index c8aac1253..9530f5cf6 100644
--- a/src/cmd/cc/cc.h
+++ b/src/cmd/cc/cc.h
@@ -762,12 +762,6 @@ int beq(Bits, Bits);
int bset(Bits, uint);
/*
- * bv.c
- */
-Bvec* bvalloc(int32 n);
-void bvset(Bvec *bv, int32 i);
-
-/*
* dpchk.c
*/
void dpcheck(Node*);
@@ -794,7 +788,7 @@ void xcom(Node*);
int32 exreg(Type*);
int32 align(int32, Type*, int, int32*);
int32 maxround(int32, int32);
-int hasdotdotdot(void);
+int hasdotdotdot(Type*);
void linkarchinit(void);
extern schar ewidth[];