From 0b20191705a346bc322deac818912bd4eab96a1b Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 22 Mar 2002 01:42:45 +0000 Subject: remove __P --- usr.bin/vis/vis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/vis/vis.c') diff --git a/usr.bin/vis/vis.c b/usr.bin/vis/vis.c index c1f22e9..a9c031e 100644 --- a/usr.bin/vis/vis.c +++ b/usr.bin/vis/vis.c @@ -56,8 +56,8 @@ static const char sccsid[] = "@(#)vis.c 8.1 (Berkeley) 6/6/93"; int eflags, fold, foldwidth=80, none, markeol, debug; -void process __P((FILE *)); -static void usage __P((void)); +void process(FILE *); +static void usage(void); int main(argc, argv) -- cgit v1.1