From fd81424c66a73705575edfcabe9d16b2188af659 Mon Sep 17 00:00:00 2001 From: bostic Date: Mon, 16 Dec 1996 17:24:03 +0000 Subject: [PATCH] lint --- motif/m_cde.c | 9 ++++++++- motif/m_main.c | 7 +++++-- motif_l/m_ruler.c | 13 ++++++++----- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/motif/m_cde.c b/motif/m_cde.c index d5e248c4..0c808f27 100644 --- a/motif/m_cde.c +++ b/motif/m_cde.c @@ -10,13 +10,20 @@ #include "config.h" #ifndef lint -static const char sccsid[] = "$Id: m_cde.c,v 8.8 1996/12/11 20:56:42 bostic Exp $ (Berkeley) $Date: 1996/12/11 20:56:42 $"; +static const char sccsid[] = "$Id: m_cde.c,v 8.9 1996/12/16 17:24:16 bostic Exp $ (Berkeley) $Date: 1996/12/16 17:24:16 $"; #endif /* not lint */ +#include +#include + #include #include #include +#include +#include + +#include "../common/common.h" #include "extern.h" #if SelfTest diff --git a/motif/m_main.c b/motif/m_main.c index b2e32aaa..bd8648a9 100644 --- a/motif/m_main.c +++ b/motif/m_main.c @@ -10,7 +10,7 @@ #include "config.h" #ifndef lint -static const char sccsid[] = "$Id: m_main.c,v 8.28 1996/12/14 09:04:30 bostic Exp $ (Berkeley) $Date: 1996/12/14 09:04:30 $"; +static const char sccsid[] = "$Id: m_main.c,v 8.29 1996/12/16 17:24:17 bostic Exp $ (Berkeley) $Date: 1996/12/16 17:24:17 $"; #endif /* not lint */ #include @@ -20,10 +20,13 @@ static const char sccsid[] = "$Id: m_main.c,v 8.28 1996/12/14 09:04:30 bostic Ex #include #include +#include #include -#include +#include #include +#include +#include "../common/common.h" #include "../motif_l/vi_mextern.h" #include "extern.h" diff --git a/motif_l/m_ruler.c b/motif_l/m_ruler.c index 2bb0e4eb..7d7b4b62 100644 --- a/motif_l/m_ruler.c +++ b/motif_l/m_ruler.c @@ -10,7 +10,7 @@ #include "config.h" #ifndef lint -static const char sccsid[] = "$Id: m_ruler.c,v 8.1 1996/12/14 09:04:17 bostic Exp $ (Berkeley) $Date: 1996/12/14 09:04:17 $"; +static const char sccsid[] = "$Id: m_ruler.c,v 8.2 1996/12/16 17:24:03 bostic Exp $ (Berkeley) $Date: 1996/12/16 17:24:03 $"; #endif /* not lint */ /* This module implements a dialog for the text ruler @@ -26,8 +26,10 @@ static const char sccsid[] = "$Id: m_ruler.c,v 8.1 1996/12/14 09:04:17 bostic Ex * void __vi_set_text_ruler( int row, int col ) * Changes the displayed position */ - -/* context */ + +#include +#include + #include #include #include @@ -35,12 +37,13 @@ static const char sccsid[] = "$Id: m_ruler.c,v 8.1 1996/12/14 09:04:17 bostic Ex #include #include -#if ! defined(SelfTest) +#include #include + +#include "../common/common.h" #include "m_util.h" #include "m_motif.h" #include "vi_mextern.h" -#endif /* globals */ -- 2.11.4.GIT