From 95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 13 Aug 2001 14:06:34 +0000 Subject: Removed duplicate VCS ID tags, as per style(9). --- usr.bin/lex/initscan.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'usr.bin/lex') diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index 3cf4849..c2ee1f6 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -3,7 +3,6 @@ /* Scanner skeleton version: * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ - * $FreeBSD$ */ #define FLEX_SCANNER @@ -1271,7 +1270,12 @@ char *yytext; * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $FreeBSD$ */ +/* $Header: /home/daffy/u0/vern/flex/RCS/scan.l,v 2.56 95/04/24 12:17:19 vern Exp $ */ + +#ifndef lint +static const char rcsid[] = + "$FreeBSD$"; +#endif /* not lint */ #include "flexdef.h" #include "parse.h" -- cgit v1.1