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/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/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/skel.c | 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/yylex.c | 2 |
21 files changed, 22 insertions, 22 deletions
diff --git a/usr.bin/lex/FlexLexer.h b/usr.bin/lex/FlexLexer.h index feb40b66265d..936ee7b07046 100644 --- a/usr.bin/lex/FlexLexer.h +++ b/usr.bin/lex/FlexLexer.h @@ -1,4 +1,4 @@ -// $Header: FlexLexer.h,v 1.2 94/01/04 14:57:26 vern Exp $ +// /home/ncvs/src/usr.bin/lex/FlexLexer.h,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp // FlexLexer.h -- define classes for lexical analyzers generated by flex diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index 41d4afddceb7..1f717ff1d91d 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp $ +# Makefile,v 1.2 1994/08/27 09:52:30 csgr 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 5f613b4eddee..163efd3b196a 100644 --- a/usr.bin/lex/ccl.c +++ b/usr.bin/lex/ccl.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/ccl.c,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/ccl.c,v 1.2 1995/05/30 06:31:06 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/dfa.c b/usr.bin/lex/dfa.c index 83eb4547227d..559c19683fa0 100644 --- a/usr.bin/lex/dfa.c +++ b/usr.bin/lex/dfa.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/dfa.c,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/dfa.c,v 1.2 1995/05/30 06:31:08 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index 7aed68f193c2..baf816e79d91 100644 --- a/usr.bin/lex/ecs.c +++ b/usr.bin/lex/ecs.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/ecs.c,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/ecs.c,v 1.2 1995/05/30 06:31:09 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl index 01ff7a1262b4..98174319c1f0 100644 --- a/usr.bin/lex/flex.skl +++ b/usr.bin/lex/flex.skl @@ -1,7 +1,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /home/daffy/u0/vern/flex/flex-2.4.7/RCS/flex.skl,v 1.2 94/08/03 11:13:24 vern Exp $ + * /home/ncvs/src/usr.bin/lex/flex.skl,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp */ #define FLEX_SCANNER diff --git a/usr.bin/lex/flexdef.h b/usr.bin/lex/flexdef.h index bf5c10d25a15..066d5782aae4 100644 --- a/usr.bin/lex/flexdef.h +++ b/usr.bin/lex/flexdef.h @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* @(#) $Header: /home/ncvs/src/usr.bin/lex/flexdef.h,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ (LBL) */ +/* @(#) /home/ncvs/src/usr.bin/lex/flexdef.h,v 1.2 1995/05/30 06:31:12 rgrimes Exp (LBL) */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index 9115a7c58bad..36962c62c936 100644 --- a/usr.bin/lex/gen.c +++ b/usr.bin/lex/gen.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/gen.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/gen.c,v 1.2 1995/05/30 06:31:13 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index f608d4c7720b..3fd245135305 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -1,7 +1,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ + * /home/ncvs/src/usr.bin/lex/initscan.c,v 1.2 1995/05/30 06:31:14 rgrimes Exp */ #define FLEX_SCANNER @@ -894,7 +894,7 @@ char *yytext; * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/initscan.c,v 1.2 1995/05/30 06:31:14 rgrimes Exp */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile index 689b46018e79..f39629a217ff 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1994/08/24 13:10:34 csgr Exp $ +# Makefile,v 1.2 1994/08/25 23:11:07 wollman 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 a893c7abd3d2..d80415ce6122 100644 --- a/usr.bin/lex/lib/libmain.c +++ b/usr.bin/lex/lib/libmain.c @@ -1,6 +1,6 @@ /* libmain - flex run-time support library "main" function */ -/* $Header: /home/daffy/u0/vern/flex/RCS/libmain.c,v 1.3 93/04/14 22:41:55 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/lib/libmain.c,v 1.1.1.1 1994/08/24 13:10:34 csgr Exp */ extern int yylex(); diff --git a/usr.bin/lex/lib/libyywrap.c b/usr.bin/lex/lib/libyywrap.c index b18f54e6e8f9..f39d9f30d96c 100644 --- a/usr.bin/lex/lib/libyywrap.c +++ b/usr.bin/lex/lib/libyywrap.c @@ -1,6 +1,6 @@ /* 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 $ */ +/* /home/ncvs/src/usr.bin/lex/lib/libyywrap.c,v 1.1.1.1 1994/08/24 13:10:34 csgr Exp */ int yywrap() { diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index 2139daace22a..642a9f88f6f8 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -32,7 +32,7 @@ char copyright[] = All rights reserved.\n"; #endif /* not lint */ -/* $Header: /home/ncvs/src/usr.bin/lex/main.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/main.c,v 1.2 1995/05/30 06:31:15 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 1cbdbd6fb8cb..0b707fdbfcb7 100644 --- a/usr.bin/lex/misc.c +++ b/usr.bin/lex/misc.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/misc.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/misc.c,v 1.2 1995/05/30 06:31:16 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index 7820ce9a6f81..4b5f54bd25d1 100644 --- a/usr.bin/lex/nfa.c +++ b/usr.bin/lex/nfa.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/nfa.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/nfa.c,v 1.2 1995/05/30 06:31:17 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y index c14f2452ca4a..3dd251dc09e1 100644 --- a/usr.bin/lex/parse.y +++ b/usr.bin/lex/parse.y @@ -29,7 +29,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/parse.y,v 2.15 93/12/09 13:57:23 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/parse.y,v 1.1.1.1 1994/08/24 13:10:32 csgr 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 74b589c771ce..448fa2d8accc 100644 --- a/usr.bin/lex/scan.l +++ b/usr.bin/lex/scan.l @@ -27,7 +27,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: scan.l,v 1.2 94/01/04 14:33:09 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/scan.l,v 1.1.1.1 1994/08/24 13:10:31 csgr Exp */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/skel.c b/usr.bin/lex/skel.c index 4ab49d1085cd..a8964573c866 100644 --- a/usr.bin/lex/skel.c +++ b/usr.bin/lex/skel.c @@ -6,7 +6,7 @@ char *skel[] = { "/* A lexical scanner generated by flex */", "", "/* Scanner skeleton version:", - " * $Header: /home/daffy/u0/vern/flex/flex-2.4.7/RCS/flex.skl,v 1.2 94/08/03 11:13:24 vern Exp $", + " * /home/ncvs/src/usr.bin/lex/skel.c,v 1.1.1.1 1994/08/24 13:10:31 csgr Exp", " */", "", "#define FLEX_SCANNER", diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index 3a55b6836e37..995fa888f9f3 100644 --- a/usr.bin/lex/sym.c +++ b/usr.bin/lex/sym.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/sym.c,v 1.1.1.1 1994/08/24 13:10:31 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/sym.c,v 1.2 1995/05/30 06:31:18 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index 655717ba2662..cb5bf99066f9 100644 --- a/usr.bin/lex/tblcmp.c +++ b/usr.bin/lex/tblcmp.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/tblcmp.c,v 1.1.1.1 1994/08/24 13:10:31 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/tblcmp.c,v 1.2 1995/05/30 06:31:19 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index 6edb13049f56..833df8a4035f 100644 --- a/usr.bin/lex/yylex.c +++ b/usr.bin/lex/yylex.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/yylex.c,v 1.1.1.1 1994/08/24 13:10:34 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/yylex.c,v 1.2 1995/05/30 06:31:20 rgrimes Exp */ #include <ctype.h> #include "flexdef.h" |
