summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>1998-01-05 05:15:43 +0000
committerperry <perry@NetBSD.org>1998-01-05 05:15:43 +0000
commitc44d4effcd0f35fd25682aaaef13d4a0ebb16e2f (patch)
tree09644cf77543c2f631a90784f1a928d3af4835b7
parenta2c607302b900045881b3c4b19eb54be2604b78e (diff)
RCSID Police.
-rw-r--r--usr.bin/lex/FlexLexer.h2
-rw-r--r--usr.bin/lex/ccl.c2
-rw-r--r--usr.bin/lex/config.h2
-rw-r--r--usr.bin/lex/dfa.c2
-rw-r--r--usr.bin/lex/ecs.c2
-rw-r--r--usr.bin/lex/flex.skl2
-rw-r--r--usr.bin/lex/flexdef.h2
-rw-r--r--usr.bin/lex/gen.c2
-rw-r--r--usr.bin/lex/initscan.c4
-rw-r--r--usr.bin/lex/libmain.c2
-rw-r--r--usr.bin/lex/libyywrap.c2
-rw-r--r--usr.bin/lex/main.c2
-rw-r--r--usr.bin/lex/misc.c2
-rw-r--r--usr.bin/lex/nfa.c2
-rw-r--r--usr.bin/lex/parse.y2
-rw-r--r--usr.bin/lex/scan.l2
-rw-r--r--usr.bin/lex/sym.c2
-rw-r--r--usr.bin/lex/tblcmp.c2
-rw-r--r--usr.bin/lex/yylex.c2
19 files changed, 20 insertions, 20 deletions
diff --git a/usr.bin/lex/FlexLexer.h b/usr.bin/lex/FlexLexer.h
index 9ab7ab56d2b..e77b9b47779 100644
--- a/usr.bin/lex/FlexLexer.h
+++ b/usr.bin/lex/FlexLexer.h
@@ -1,4 +1,4 @@
-// $Header: /cvsroot/src/usr.bin/lex/Attic/FlexLexer.h,v 1.7 1996/12/10 07:18:37 mikel Exp $
+// $NetBSD: FlexLexer.h,v 1.8 1998/01/05 05:15:43 perry Exp $
// FlexLexer.h -- define interfaces for lexical analyzer classes generated
// by flex
diff --git a/usr.bin/lex/ccl.c b/usr.bin/lex/ccl.c
index e0f17cc425b..e25fe96ee00 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: /cvsroot/src/usr.bin/lex/Attic/ccl.c,v 1.7 1996/12/10 07:18:39 mikel Exp $ */
+/* $NetBSD: ccl.c,v 1.8 1998/01/05 05:15:44 perry Exp $ */
#include "flexdef.h"
diff --git a/usr.bin/lex/config.h b/usr.bin/lex/config.h
index 4c7510cccf8..d0814a0c9ab 100644
--- a/usr.bin/lex/config.h
+++ b/usr.bin/lex/config.h
@@ -1,5 +1,5 @@
/* config.h. Generated automatically by configure. */
-/* $Header: /cvsroot/src/usr.bin/lex/Attic/config.h,v 1.2 1996/12/10 07:18:40 mikel Exp $ */
+/* $NetBSD: config.h,v 1.3 1998/01/05 05:15:45 perry 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 a8f6d208476..3e505aa7ac2 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: /cvsroot/src/usr.bin/lex/Attic/dfa.c,v 1.10 1996/12/10 07:18:40 mikel Exp $ */
+/* $NetBSD: dfa.c,v 1.11 1998/01/05 05:15:45 perry Exp $ */
#include "flexdef.h"
diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c
index fff8d067c83..7341c0521b3 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: /cvsroot/src/usr.bin/lex/Attic/ecs.c,v 1.8 1996/12/10 07:18:41 mikel Exp $ */
+/* $NetBSD: ecs.c,v 1.9 1998/01/05 05:15:46 perry Exp $ */
#include "flexdef.h"
diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl
index 96e36360ce5..26b5fe2a9c9 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: /cvsroot/src/usr.bin/lex/Attic/flex.skl,v 1.8 1996/12/10 07:18:42 mikel Exp $
+ * $NetBSD: flex.skl,v 1.9 1998/01/05 05:15:47 perry Exp $
*/
#define FLEX_SCANNER
diff --git a/usr.bin/lex/flexdef.h b/usr.bin/lex/flexdef.h
index 5e81016d9a1..110347370c3 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: /cvsroot/src/usr.bin/lex/Attic/flexdef.h,v 1.10 1996/12/10 07:18:43 mikel Exp $ (LBL) */
+/* $NetBSD: flexdef.h,v 1.11 1998/01/05 05:15:48 perry Exp $ */
#include <stdio.h>
#include <ctype.h>
diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c
index 80427b98bfa..eaaf12dde0c 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: /cvsroot/src/usr.bin/lex/Attic/gen.c,v 1.11 1996/12/10 07:18:44 mikel Exp $ */
+/* $NetBSD: gen.c,v 1.12 1998/01/05 05:15:49 perry Exp $ */
#include "flexdef.h"
diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c
index 7714fc53591..c3f8053841e 100644
--- a/usr.bin/lex/initscan.c
+++ b/usr.bin/lex/initscan.c
@@ -2,7 +2,7 @@
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
- * $Header: /cvsroot/src/usr.bin/lex/Attic/initscan.c,v 1.11 1996/12/10 07:18:45 mikel Exp $
+ * $NetBSD: initscan.c,v 1.12 1998/01/05 05:15:51 perry Exp $
*/
#define FLEX_SCANNER
@@ -1270,7 +1270,7 @@ char *yytext;
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header: /cvsroot/src/usr.bin/lex/Attic/initscan.c,v 1.11 1996/12/10 07:18:45 mikel Exp $ */
+/* $Header: /cvsroot/src/usr.bin/lex/Attic/initscan.c,v 1.12 1998/01/05 05:15:51 perry Exp $ */
#include "flexdef.h"
#include "parse.h"
diff --git a/usr.bin/lex/libmain.c b/usr.bin/lex/libmain.c
index f939d0c7bfb..426ad4f6e5b 100644
--- a/usr.bin/lex/libmain.c
+++ b/usr.bin/lex/libmain.c
@@ -1,6 +1,6 @@
/* libmain - flex run-time support library "main" function */
-/* $Header: /cvsroot/src/usr.bin/lex/Attic/libmain.c,v 1.4 1996/12/10 07:18:47 mikel Exp $ */
+/* $NetBSD: libmain.c,v 1.5 1998/01/05 05:15:53 perry Exp $ */
#include <sys/cdefs.h>
diff --git a/usr.bin/lex/libyywrap.c b/usr.bin/lex/libyywrap.c
index 22636139014..f83fb281d02 100644
--- a/usr.bin/lex/libyywrap.c
+++ b/usr.bin/lex/libyywrap.c
@@ -1,6 +1,6 @@
/* libyywrap - flex run-time support library "yywrap" function */
-/* $Header: /cvsroot/src/usr.bin/lex/Attic/libyywrap.c,v 1.4 1996/12/10 07:18:48 mikel Exp $ */
+/* $NetBSD: libyywrap.c,v 1.5 1998/01/05 05:15:54 perry Exp $ */
#include <sys/cdefs.h>
diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c
index 1b582887794..50677f49f0d 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: /cvsroot/src/usr.bin/lex/Attic/main.c,v 1.10 1996/12/10 07:18:48 mikel Exp $ */
+/* $NetBSD: main.c,v 1.11 1998/01/05 05:15:55 perry Exp $ */
#include "flexdef.h"
diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c
index 7ac0285c9cd..f1383fc8dcf 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: /cvsroot/src/usr.bin/lex/Attic/misc.c,v 1.8 1996/12/10 07:18:49 mikel Exp $ */
+/* $NetBSD: misc.c,v 1.9 1998/01/05 05:15:55 perry Exp $ */
#include "flexdef.h"
diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c
index 1635e4928c0..01eb53bc3db 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: /cvsroot/src/usr.bin/lex/Attic/nfa.c,v 1.9 1996/12/10 07:18:50 mikel Exp $ */
+/* $NetBSD: nfa.c,v 1.10 1998/01/05 05:15:56 perry Exp $ */
#include "flexdef.h"
diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y
index af6ef56339a..e473829f200 100644
--- a/usr.bin/lex/parse.y
+++ b/usr.bin/lex/parse.y
@@ -33,7 +33,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header: /cvsroot/src/usr.bin/lex/Attic/parse.y,v 1.8 1996/12/10 07:18:51 mikel Exp $ */
+ /* $NetBSD: parse.y,v 1.9 1998/01/05 05:15:57 perry 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 ebf4a644479..613b75c9215 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: /cvsroot/src/usr.bin/lex/Attic/scan.l,v 1.9 1996/12/10 07:18:52 mikel Exp $ */
+/* $NetBSD: scan.l,v 1.10 1998/01/05 05:15:58 perry Exp $ */
#include "flexdef.h"
#include "parse.h"
diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c
index ed9ff890f6a..6046b6e2328 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: /cvsroot/src/usr.bin/lex/Attic/sym.c,v 1.8 1996/12/10 07:18:53 mikel Exp $ */
+/* $NetBSD: sym.c,v 1.9 1998/01/05 05:15:58 perry Exp $ */
#include "flexdef.h"
diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c
index ff486641232..37888526c6f 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: /cvsroot/src/usr.bin/lex/Attic/tblcmp.c,v 1.8 1996/12/10 07:18:53 mikel Exp $ */
+/* $NetBSD: tblcmp.c,v 1.9 1998/01/05 05:15:59 perry Exp $ */
#include "flexdef.h"
diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c
index 40bee15dcba..284ae9ea37f 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: /cvsroot/src/usr.bin/lex/Attic/yylex.c,v 1.7 1996/12/10 07:18:55 mikel Exp $ */
+/* $NetBSD: yylex.c,v 1.8 1998/01/05 05:16:00 perry Exp $ */
#include <ctype.h>
#include "flexdef.h"