diff options
author | Anders Magnusson <ragge@cvs.openbsd.org> | 2007-10-27 14:20:59 +0000 |
---|---|---|
committer | Anders Magnusson <ragge@cvs.openbsd.org> | 2007-10-27 14:20:59 +0000 |
commit | 71974feabb3ff7a6d246fd7c2a1dc5cd2956aa64 (patch) | |
tree | f5ca2e7f063c00145e5dd050edc8a53d181f2ee7 /usr.bin/pcc | |
parent | cd027e447d6f34dc32245f4acaf6d85d13a82c60 (diff) |
From master repo: Remove lineid() prototype.
Diffstat (limited to 'usr.bin/pcc')
-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 *); |