diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-27 07:56:49 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-27 07:56:49 +0000 |
| commit | 2db7675cc274e69d92b46539b8a48da8df045d52 (patch) | |
| tree | 8258e232af6cde731269d712195e759d75af64da /usr.bin | |
| parent | 4698d64d6968f25b0e726e217492dfd9d0d7d70a (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/lex/FlexLexer.h | 1 | ||||
| -rw-r--r-- | usr.bin/lex/ccl.c | 1 | ||||
| -rw-r--r-- | usr.bin/lex/dfa.c | 1 | ||||
| -rw-r--r-- | usr.bin/lex/ecs.c | 1 | ||||
| -rw-r--r-- | usr.bin/lex/flex.skl | 1 | ||||
| -rw-r--r-- | usr.bin/lex/flexdef.h | 3 | ||||
| -rw-r--r-- | usr.bin/lex/gen.c | 1 | ||||
| -rw-r--r-- | usr.bin/lex/initscan.c | 1 | ||||
| -rw-r--r-- | usr.bin/lex/lib/libmain.c | 3 | ||||
| -rw-r--r-- | usr.bin/lex/lib/libyywrap.c | 3 | ||||
| -rw-r--r-- | usr.bin/lex/main.c | 1 | ||||
| -rw-r--r-- | usr.bin/lex/misc.c | 1 | ||||
| -rw-r--r-- | usr.bin/lex/nfa.c | 1 | ||||
| -rw-r--r-- | usr.bin/lex/parse.y | 1 | ||||
| -rw-r--r-- | usr.bin/lex/scan.l | 1 | ||||
| -rw-r--r-- | usr.bin/lex/skel.c | 1 | ||||
| -rw-r--r-- | usr.bin/lex/sym.c | 1 | ||||
| -rw-r--r-- | usr.bin/lex/tblcmp.c | 1 | ||||
| -rw-r--r-- | usr.bin/lex/yylex.c | 1 |
19 files changed, 22 insertions, 3 deletions
diff --git a/usr.bin/lex/FlexLexer.h b/usr.bin/lex/FlexLexer.h index 52c656f4706d..12d827477faa 100644 --- a/usr.bin/lex/FlexLexer.h +++ b/usr.bin/lex/FlexLexer.h @@ -1,3 +1,4 @@ +// $Header: /home/daffy/u0/vern/flex/RCS/FlexLexer.h,v 1.19 96/05/25 20:43:02 vern Exp $ // $FreeBSD$ // FlexLexer.h -- define interfaces for lexical analyzer classes generated diff --git a/usr.bin/lex/ccl.c b/usr.bin/lex/ccl.c index 243e739fa651..ea482ac371e0 100644 --- a/usr.bin/lex/ccl.c +++ b/usr.bin/lex/ccl.c @@ -26,6 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/ccl.c,v 2.9 93/09/16 20:32:14 vern Exp $ */ /* $FreeBSD$ */ #include "flexdef.h" diff --git a/usr.bin/lex/dfa.c b/usr.bin/lex/dfa.c index 8b023cbba50b..810c1491cb91 100644 --- a/usr.bin/lex/dfa.c +++ b/usr.bin/lex/dfa.c @@ -26,6 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/dfa.c,v 2.26 95/04/20 13:53:14 vern Exp $ */ /* $FreeBSD$ */ #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index fa7206a2adfa..cdef5c8a2a89 100644 --- a/usr.bin/lex/ecs.c +++ b/usr.bin/lex/ecs.c @@ -26,6 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/ecs.c,v 2.9 93/12/07 10:18:20 vern Exp $ */ /* $FreeBSD$ */ #include "flexdef.h" diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl index 589b1b2b60ba..e894a272e06d 100644 --- a/usr.bin/lex/flex.skl +++ b/usr.bin/lex/flex.skl @@ -1,6 +1,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: + * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ * $FreeBSD$ */ diff --git a/usr.bin/lex/flexdef.h b/usr.bin/lex/flexdef.h index 62ccf3c09232..6fc168c183dd 100644 --- a/usr.bin/lex/flexdef.h +++ b/usr.bin/lex/flexdef.h @@ -26,7 +26,8 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* @(#) $FreeBSD$ (LBL) */ +/* @(#) $Header: /home/daffy/u0/vern/flex/RCS/flexdef.h,v 2.53 95/04/20 11:17:36 vern Exp $ (LBL) */ +/* $FreeBSD$ */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index c0efadf29d8d..437471c641f3 100644 --- a/usr.bin/lex/gen.c +++ b/usr.bin/lex/gen.c @@ -26,6 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/gen.c,v 2.56 96/05/25 20:43:38 vern Exp $ */ /* $FreeBSD$ */ #include "flexdef.h" diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index 6ccb56e7a343..3cf4849a4a10 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -2,6 +2,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: + * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ * $FreeBSD$ */ diff --git a/usr.bin/lex/lib/libmain.c b/usr.bin/lex/lib/libmain.c index 0bcdbfc73929..426eb98985d4 100644 --- a/usr.bin/lex/lib/libmain.c +++ b/usr.bin/lex/lib/libmain.c @@ -1,6 +1,7 @@ /* libmain - flex run-time support library "main" function */ -/* $FreeBSD$ */ +/* $Header: /home/daffy/u0/vern/flex/RCS/libmain.c,v 1.4 95/09/27 12:47:55 vern Exp $ + * $FreeBSD$ */ extern int yylex(); diff --git a/usr.bin/lex/lib/libyywrap.c b/usr.bin/lex/lib/libyywrap.c index 3618f8d08ee2..75c669c6ae94 100644 --- a/usr.bin/lex/lib/libyywrap.c +++ b/usr.bin/lex/lib/libyywrap.c @@ -1,6 +1,7 @@ /* libyywrap - flex run-time support library "yywrap" function */ -/* $FreeBSD$ */ +/* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $ + * $FreeBSD$ */ int yywrap() { diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index 2c7836d5b009..97eff981a10a 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -32,6 +32,7 @@ char copyright[] = All rights reserved.\n"; #endif /* not lint */ +/* $Header: /home/daffy/u0/vern/flex/RCS/main.c,v 2.64 96/05/25 20:42:42 vern Exp $ */ /* $FreeBSD$ */ diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 54ca3a4bb2e8..6a0507873ded 100644 --- a/usr.bin/lex/misc.c +++ b/usr.bin/lex/misc.c @@ -26,6 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/misc.c,v 2.47 95/04/28 11:39:39 vern Exp $ */ /* $FreeBSD$ */ #include "flexdef.h" diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index c0cb5426f737..d101f370e78b 100644 --- a/usr.bin/lex/nfa.c +++ b/usr.bin/lex/nfa.c @@ -26,6 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/nfa.c,v 2.17 95/03/04 16:11:42 vern Exp $ */ /* $FreeBSD$ */ #include "flexdef.h" diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y index d98d0324720a..dc71379b3ee2 100644 --- a/usr.bin/lex/parse.y +++ b/usr.bin/lex/parse.y @@ -33,6 +33,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/parse.y,v 2.28 95/04/21 11:51:51 vern Exp $ */ /* $FreeBSD$ */ diff --git a/usr.bin/lex/scan.l b/usr.bin/lex/scan.l index c13c6f7d3052..cee8a16d2def 100644 --- a/usr.bin/lex/scan.l +++ b/usr.bin/lex/scan.l @@ -27,6 +27,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/scan.l,v 2.56 95/04/24 12:17:19 vern Exp $ */ /* $FreeBSD$ */ #include "flexdef.h" diff --git a/usr.bin/lex/skel.c b/usr.bin/lex/skel.c index 42dfcc155b2f..e79543d79445 100644 --- a/usr.bin/lex/skel.c +++ b/usr.bin/lex/skel.c @@ -6,6 +6,7 @@ const char *skel[] = { "/* A lexical scanner generated by flex */", "", "/* Scanner skeleton version:", + " * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $", " * $FreeBSD$", " */", "", diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index f287e906974a..ac1c4b256207 100644 --- a/usr.bin/lex/sym.c +++ b/usr.bin/lex/sym.c @@ -26,6 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/sym.c,v 2.19 95/03/04 16:11:04 vern Exp $ */ /* $FreeBSD$ */ #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index 8668a75a3631..be5491aa21a8 100644 --- a/usr.bin/lex/tblcmp.c +++ b/usr.bin/lex/tblcmp.c @@ -26,6 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/tblcmp.c,v 2.11 94/11/05 17:08:28 vern Exp $ */ /* $FreeBSD$ */ #include "flexdef.h" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index 03fbf568f85d..6c7ee3e7a565 100644 --- a/usr.bin/lex/yylex.c +++ b/usr.bin/lex/yylex.c @@ -26,6 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* $Header: /home/daffy/u0/vern/flex/RCS/yylex.c,v 2.13 95/03/04 16:10:41 vern Exp $ */ /* $FreeBSD$ */ #include <ctype.h> |
