diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/pcc/mip/pass2.h | 3 | ||||
-rw-r--r-- | usr.bin/pcc/mip/protos.h | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/pcc/mip/pass2.h b/usr.bin/pcc/mip/pass2.h index 5ddf032747a..d1052c6fc35 100644 --- a/usr.bin/pcc/mip/pass2.h +++ b/usr.bin/pcc/mip/pass2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pass2.h,v 1.4 2007/10/20 18:11:51 otto Exp $ */ +/* $OpenBSD: pass2.h,v 1.5 2007/11/04 18:51:28 ragge Exp $ */ /* * Copyright(C) Caldera International Inc. 2001-2002. All rights reserved. * @@ -229,7 +229,6 @@ extern NODE void eoftn(struct interpass_prolog *); void prologue(struct interpass_prolog *); -void setlocc(int locctr); void e2print(NODE *p, int down, int *a, int *b); void myoptim(struct interpass *); void cbgen(int op, int label); diff --git a/usr.bin/pcc/mip/protos.h b/usr.bin/pcc/mip/protos.h index 0d90ad431a9..354e5cebc84 100644 --- a/usr.bin/pcc/mip/protos.h +++ b/usr.bin/pcc/mip/protos.h @@ -1,4 +1,4 @@ -/* $OpenBSD: protos.h,v 1.3 2007/10/27 14:20:58 ragge Exp $ */ +/* $OpenBSD: protos.h,v 1.4 2007/11/04 18:51:28 ragge Exp $ */ struct optab; struct symtab; @@ -40,11 +40,9 @@ void fixarg(struct symtab *); void cendarg(void); void defalign(int); int fldal(unsigned int); -void vfdzero(int); void zecode(int); void putbyte(int v); void ecomp(NODE *p); -void cinit(NODE *, int); void bccode(void); int upoff(int size, int alignment, int *poff); void fldty(struct symtab *p); |