From 67f0858623115550af9ff5ba3282e00b1a34d0b5 Mon Sep 17 00:00:00 2001 From: bostic Date: Sun, 28 Nov 1993 19:30:03 +0000 Subject: [PATCH] lint --- common/seq.c | 3 +-- ex/ex_mkexrc.c | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/seq.c b/common/seq.c index 73f0bb9e..4ee87f98 100644 --- a/common/seq.c +++ b/common/seq.c @@ -6,7 +6,7 @@ */ #ifndef lint -static char sccsid[] = "$Id: seq.c,v 8.15 1993/11/27 16:44:12 bostic Exp $ (Berkeley) $Date: 1993/11/27 16:44:12 $"; +static char sccsid[] = "$Id: seq.c,v 8.16 1993/11/28 19:30:03 bostic Exp $ (Berkeley) $Date: 1993/11/28 19:30:03 $"; #endif /* not lint */ #include @@ -96,7 +96,6 @@ seq_delete(sp, input, stype) char *input; enum seqtype stype; { - int ilen; SEQ *qp; if ((qp = diff --git a/ex/ex_mkexrc.c b/ex/ex_mkexrc.c index 4f89d6a8..c18ba209 100644 --- a/ex/ex_mkexrc.c +++ b/ex/ex_mkexrc.c @@ -6,7 +6,7 @@ */ #ifndef lint -static char sccsid[] = "$Id: ex_mkexrc.c,v 8.6 1993/11/20 10:05:40 bostic Exp $ (Berkeley) $Date: 1993/11/20 10:05:40 $"; +static char sccsid[] = "$Id: ex_mkexrc.c,v 8.7 1993/11/28 19:30:30 bostic Exp $ (Berkeley) $Date: 1993/11/28 19:30:30 $"; #endif /* not lint */ #include @@ -20,6 +20,7 @@ static char sccsid[] = "$Id: ex_mkexrc.c,v 8.6 1993/11/20 10:05:40 bostic Exp $ #include "vi.h" #include "excmd.h" +#include "seq.h" #include "pathnames.h" /* -- 2.11.4.GIT