summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-13 14:06:34 +0000
committerru <ru@FreeBSD.org>2001-08-13 14:06:34 +0000
commit95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d (patch)
treecb772fa69b05d0a14bcc6022fa62709c2343eb17 /usr.bin/lex
parent6294027bad54895037359ec3c713f0aed626424b (diff)
downloadFreeBSD-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.c8
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"
OpenPOWER on IntegriCloud