diff options
Diffstat (limited to 'usr.bin/pcc/mip/protos.h')
-rw-r--r-- | usr.bin/pcc/mip/protos.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/pcc/mip/protos.h b/usr.bin/pcc/mip/protos.h index 972d884b03e..0d90ad431a9 100644 --- a/usr.bin/pcc/mip/protos.h +++ b/usr.bin/pcc/mip/protos.h @@ -1,4 +1,4 @@ -/* $OpenBSD: protos.h,v 1.2 2007/09/15 22:04:39 ray Exp $ */ +/* $OpenBSD: protos.h,v 1.3 2007/10/27 14:20:58 ragge Exp $ */ struct optab; struct symtab; @@ -53,7 +53,6 @@ int noinit(void); void eprint(NODE *, int, int *, int *); int uclass(int class); int fixclass(int, TWORD type); -void lineid(int, char *); void mycanon(NODE *); void delay(NODE *); int delay1(NODE *); |