From 5fc8e33e130f58073eb441ffeb61dd34e12fe139 Mon Sep 17 00:00:00 2001 From: hoek Date: Sat, 25 Jul 1998 05:58:04 +0000 Subject: Really delete -# option. --- usr.bin/more/option.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/more/option.c b/usr.bin/more/option.c index 28dcaf5..79fd849 100644 --- a/usr.bin/more/option.c +++ b/usr.bin/more/option.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)option.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: option.c,v 1.3 1997/07/29 06:42:33 charnier Exp $"; + "$Id: option.c,v 1.4 1998/07/25 05:56:49 hoek Exp $"; #endif /* not lint */ #include @@ -54,7 +54,6 @@ int tabstop = 8; /* Tab settings */ int tagoption; char *firstsearch; -extern int sc_height; static void usage __P((void)); -- cgit v1.1