diff options
Diffstat (limited to 'lib/libedit/el.c')
-rw-r--r-- | lib/libedit/el.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/el.c b/lib/libedit/el.c index 3ab5d83..c346a8b 100644 --- a/lib/libedit/el.c +++ b/lib/libedit/el.c @@ -34,13 +34,13 @@ * SUCH DAMAGE. */ -#if !defined(lint) +#if !defined(lint) && !defined(SCCSID) #if 0 static char sccsid[] = "@(#)el.c 8.2 (Berkeley) 1/3/94"; #endif static const char rcsid[] = - "$FreeBSD$" -#endif /* not lint */ + "$FreeBSD$"; +#endif /* not lint && not SCCSID */ /* * el.c: EditLine interface functions |