From b17fee5a51665c57aecdd22b6c7dd424a421809d Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Wed, 17 Jun 1981 07:02:58 -0800 Subject: [PATCH] change return value of TELL SCCS-vsn: usr.bin/pascal/libpc/libpc.h 1.5 --- usr/src/usr.bin/pascal/libpc/libpc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.20.1