diff options
author | ru <ru@FreeBSD.org> | 2001-08-13 14:06:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-13 14:06:34 +0000 |
commit | 95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d (patch) | |
tree | cb772fa69b05d0a14bcc6022fa62709c2343eb17 /usr.bin/lex | |
parent | 6294027bad54895037359ec3c713f0aed626424b (diff) | |
download | FreeBSD-src-95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d.zip FreeBSD-src-95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d.tar.gz |
Removed duplicate VCS ID tags, as per style(9).
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/initscan.c | 8 |
1 files changed, 6 insertions, 2 deletions
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" |