diff options
Diffstat (limited to 'usr.bin/lex/initscan.c')
| -rw-r--r-- | usr.bin/lex/initscan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index 3cf4849a4a10..7618beb3e60c 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -3,7 +3,7 @@ /* Scanner skeleton version: * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.bin/lex/initscan.c,v 1.6 1999/10/27 07:56:45 obrien Exp $ */ #define FLEX_SCANNER @@ -1271,7 +1271,7 @@ char *yytext; * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/initscan.c,v 1.6 1999/10/27 07:56:45 obrien Exp $ */ #include "flexdef.h" #include "parse.h" |
