diff options
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/FlexLexer.h | 2 | ||||
-rw-r--r-- | usr.bin/lex/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/lex/ccl.c | 2 | ||||
-rw-r--r-- | usr.bin/lex/config.h | 2 | ||||
-rw-r--r-- | usr.bin/lex/dfa.c | 2 | ||||
-rw-r--r-- | usr.bin/lex/ecs.c | 2 | ||||
-rw-r--r-- | usr.bin/lex/flex.skl | 2 | ||||
-rw-r--r-- | usr.bin/lex/flexdef.h | 2 | ||||
-rw-r--r-- | usr.bin/lex/gen.c | 2 | ||||
-rw-r--r-- | usr.bin/lex/initscan.c | 4 | ||||
-rw-r--r-- | usr.bin/lex/lex.1 | 2 | ||||
-rw-r--r-- | usr.bin/lex/lib/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/lex/lib/libmain.c | 2 | ||||
-rw-r--r-- | usr.bin/lex/lib/libyywrap.c | 2 | ||||
-rw-r--r-- | usr.bin/lex/main.c | 2 | ||||
-rw-r--r-- | usr.bin/lex/misc.c | 2 | ||||
-rw-r--r-- | usr.bin/lex/nfa.c | 2 | ||||
-rw-r--r-- | usr.bin/lex/parse.y | 2 | ||||
-rw-r--r-- | usr.bin/lex/scan.l | 2 | ||||
-rw-r--r-- | usr.bin/lex/sym.c | 2 | ||||
-rw-r--r-- | usr.bin/lex/tblcmp.c | 2 | ||||
-rw-r--r-- | usr.bin/lex/version.h | 2 | ||||
-rw-r--r-- | usr.bin/lex/yylex.c | 2 |
23 files changed, 24 insertions, 24 deletions
diff --git a/usr.bin/lex/FlexLexer.h b/usr.bin/lex/FlexLexer.h index 12d827477faa..3ae44fc9673f 100644 --- a/usr.bin/lex/FlexLexer.h +++ b/usr.bin/lex/FlexLexer.h @@ -1,5 +1,5 @@ // $Header: /home/daffy/u0/vern/flex/RCS/FlexLexer.h,v 1.19 96/05/25 20:43:02 vern Exp $ -// $FreeBSD$ +// $FreeBSD: src/usr.bin/lex/FlexLexer.h,v 1.3 1999/10/27 07:56:43 obrien Exp $ // FlexLexer.h -- define interfaces for lexical analyzer classes generated // by flex diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index f7604c2ade39..7b6a0c157176 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lex/Makefile,v 1.15 1999/12/17 07:49:03 bde Exp $ # # By default, flex will be configured to generate 8-bit scanners only if the # -8 flag is given. If you want it to always generate 8-bit scanners, add diff --git a/usr.bin/lex/ccl.c b/usr.bin/lex/ccl.c index ea482ac371e0..045f57cd4e30 100644 --- a/usr.bin/lex/ccl.c +++ b/usr.bin/lex/ccl.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/ccl.c,v 2.9 93/09/16 20:32:14 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/ccl.c,v 1.5 1999/10/27 07:56:43 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/config.h b/usr.bin/lex/config.h index 2e0b5b43747b..f321b12333d7 100644 --- a/usr.bin/lex/config.h +++ b/usr.bin/lex/config.h @@ -1,5 +1,5 @@ /* config.h. Generated automatically by configure. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/config.h,v 1.3 1999/08/28 05:08:16 peter Exp $ */ /* Define to empty if the keyword does not work. */ /* #undef const */ diff --git a/usr.bin/lex/dfa.c b/usr.bin/lex/dfa.c index 810c1491cb91..9ab73fbf674c 100644 --- a/usr.bin/lex/dfa.c +++ b/usr.bin/lex/dfa.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/dfa.c,v 2.26 95/04/20 13:53:14 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/dfa.c,v 1.5 1999/10/27 07:56:43 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index cdef5c8a2a89..dc1e53a21ddc 100644 --- a/usr.bin/lex/ecs.c +++ b/usr.bin/lex/ecs.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/ecs.c,v 2.9 93/12/07 10:18:20 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/ecs.c,v 1.5 1999/10/27 07:56:43 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl index e894a272e06d..9b604efd7b6a 100644 --- a/usr.bin/lex/flex.skl +++ b/usr.bin/lex/flex.skl @@ -2,7 +2,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/flex.skl,v 1.4 1999/10/27 07:56:44 obrien Exp $ */ #define FLEX_SCANNER diff --git a/usr.bin/lex/flexdef.h b/usr.bin/lex/flexdef.h index 6fc168c183dd..78fdf605af9a 100644 --- a/usr.bin/lex/flexdef.h +++ b/usr.bin/lex/flexdef.h @@ -27,7 +27,7 @@ */ /* @(#) $Header: /home/daffy/u0/vern/flex/RCS/flexdef.h,v 2.53 95/04/20 11:17:36 vern Exp $ (LBL) */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/flexdef.h,v 1.5 1999/10/27 07:56:44 obrien Exp $ */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index 437471c641f3..00b736f7355d 100644 --- a/usr.bin/lex/gen.c +++ b/usr.bin/lex/gen.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/gen.c,v 2.56 96/05/25 20:43:38 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/gen.c,v 1.5 1999/10/27 07:56:44 obrien Exp $ */ #include "flexdef.h" 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" diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1 index 0e81b61601fd..c51c32454648 100644 --- a/usr.bin/lex/lex.1 +++ b/usr.bin/lex/lex.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lex/lex.1,v 1.10 1999/10/27 20:21:03 obrien Exp $ .\" .TH FLEX 1 "April 1995" "Version 2.5" .SH NAME diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile index 0091cc2747bc..d95f229c292b 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lex/lib/Makefile,v 1.7 1999/08/28 01:02:49 peter Exp $ LIB= ln SRCS= libmain.c libyywrap.c diff --git a/usr.bin/lex/lib/libmain.c b/usr.bin/lex/lib/libmain.c index 426eb98985d4..2927e16ccf75 100644 --- a/usr.bin/lex/lib/libmain.c +++ b/usr.bin/lex/lib/libmain.c @@ -1,7 +1,7 @@ /* libmain - flex run-time support library "main" function */ /* $Header: /home/daffy/u0/vern/flex/RCS/libmain.c,v 1.4 95/09/27 12:47:55 vern Exp $ - * $FreeBSD$ */ + * $FreeBSD: src/usr.bin/lex/lib/libmain.c,v 1.3 1999/10/27 07:56:49 obrien Exp $ */ extern int yylex(); diff --git a/usr.bin/lex/lib/libyywrap.c b/usr.bin/lex/lib/libyywrap.c index 75c669c6ae94..f249e9d54006 100644 --- a/usr.bin/lex/lib/libyywrap.c +++ b/usr.bin/lex/lib/libyywrap.c @@ -1,7 +1,7 @@ /* libyywrap - flex run-time support library "yywrap" function */ /* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $ - * $FreeBSD$ */ + * $FreeBSD: src/usr.bin/lex/lib/libyywrap.c,v 1.4 1999/10/27 07:56:49 obrien Exp $ */ int yywrap() { diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index 97eff981a10a..ed5413f62567 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -33,7 +33,7 @@ char copyright[] = #endif /* not lint */ /* $Header: /home/daffy/u0/vern/flex/RCS/main.c,v 2.64 96/05/25 20:42:42 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/main.c,v 1.7 1999/10/27 07:56:45 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 6a0507873ded..48d05b3b2783 100644 --- a/usr.bin/lex/misc.c +++ b/usr.bin/lex/misc.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/misc.c,v 2.47 95/04/28 11:39:39 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/misc.c,v 1.5 1999/10/27 07:56:45 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index d101f370e78b..76e6731763a0 100644 --- a/usr.bin/lex/nfa.c +++ b/usr.bin/lex/nfa.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/nfa.c,v 2.17 95/03/04 16:11:42 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/nfa.c,v 1.5 1999/10/27 07:56:46 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y index dc71379b3ee2..71c54154cdac 100644 --- a/usr.bin/lex/parse.y +++ b/usr.bin/lex/parse.y @@ -34,7 +34,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/parse.y,v 2.28 95/04/21 11:51:51 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/parse.y,v 1.3 1999/10/27 07:56:46 obrien Exp $ */ /* Some versions of bison are broken in that they use alloca() but don't diff --git a/usr.bin/lex/scan.l b/usr.bin/lex/scan.l index cee8a16d2def..6ad866977542 100644 --- a/usr.bin/lex/scan.l +++ b/usr.bin/lex/scan.l @@ -28,7 +28,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/scan.l,v 2.56 95/04/24 12:17:19 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/scan.l,v 1.5 1999/10/27 07:56:46 obrien Exp $ */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index ac1c4b256207..4f930f0aacd5 100644 --- a/usr.bin/lex/sym.c +++ b/usr.bin/lex/sym.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/sym.c,v 2.19 95/03/04 16:11:04 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/sym.c,v 1.5 1999/10/27 07:56:47 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index be5491aa21a8..f3da0f92e6b7 100644 --- a/usr.bin/lex/tblcmp.c +++ b/usr.bin/lex/tblcmp.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/tblcmp.c,v 2.11 94/11/05 17:08:28 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/tblcmp.c,v 1.5 1999/10/27 07:56:47 obrien Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/version.h b/usr.bin/lex/version.h index 5dbdf94b6765..a9f3056abef7 100644 --- a/usr.bin/lex/version.h +++ b/usr.bin/lex/version.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/version.h,v 1.3 1999/10/27 07:47:42 obrien Exp $ */ #define FLEX_VERSION "2.5.4" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index 6c7ee3e7a565..94eba115bec3 100644 --- a/usr.bin/lex/yylex.c +++ b/usr.bin/lex/yylex.c @@ -27,7 +27,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/yylex.c,v 2.13 95/03/04 16:10:41 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/yylex.c,v 1.5 1999/10/27 07:56:48 obrien Exp $ */ #include <ctype.h> #include "flexdef.h" |