From: Kirk McKusick Date: Wed, 17 Jun 1981 15:02:58 +0000 (-0800) Subject: change return value of TELL X-Git-Tag: BSD-4_1_snap-Snapshot-Development~1191 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/b17fee5a51665c57aecdd22b6c7dd424a421809d change return value of TELL SCCS-vsn: usr.bin/pascal/libpc/libpc.h 1.5 --- diff --git a/usr/src/usr.bin/pascal/libpc/libpc.h b/usr/src/usr.bin/pascal/libpc/libpc.h index bb82cae8a3..41d58895a4 100644 --- a/usr/src/usr.bin/pascal/libpc/libpc.h +++ b/usr/src/usr.bin/pascal/libpc/libpc.h @@ -1,6 +1,6 @@ /* Copyright (c) 1979 Regents of the University of California */ -/* static char sccsid[] = "@(#)libpc.h 1.4 %G%"; */ +/* static char sccsid[] = "@(#)libpc.h 1.5 %G%"; */ extern FILE *ACTFILE(); extern long *ADDT(); @@ -46,7 +46,7 @@ extern long SUBSC(); extern long SUBSCZ(); extern long *SUBT(); extern long SUCC(); -extern long TELL(); +extern struct seekptr TELL(); extern bool TEOF(); extern bool TEOLN(); extern long TRUNC();