diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-13 14:06:34 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-13 14:06:34 +0000 |
| commit | 8af1452cf8dd1b33da881f84e445d5981eaa9613 (patch) | |
| tree | cb772fa69b05d0a14bcc6022fa62709c2343eb17 /usr.bin/lex | |
| parent | a75b8f47d17745e61ef010a3faeb1624e346a0d4 (diff) | |
Notes
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 3cf4849a4a105..c2ee1f66193a3 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" |
