summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FlexLexer.h1
-rw-r--r--ccl.c2
-rw-r--r--dfa.c2
-rw-r--r--ecs.c2
-rw-r--r--flex.skl4
-rw-r--r--flexdef.h2
-rw-r--r--gen.c2
-rw-r--r--libmain.c2
-rw-r--r--libyywrap.c2
-rw-r--r--main.c3
-rw-r--r--misc.c2
-rw-r--r--nfa.c2
-rw-r--r--parse.y3
-rw-r--r--scan.l2
-rw-r--r--sym.c2
-rw-r--r--tblcmp.c2
-rw-r--r--yylex.c2
17 files changed, 0 insertions, 37 deletions
diff --git a/FlexLexer.h b/FlexLexer.h
index 7a5bb43..dc5159e 100644
--- a/FlexLexer.h
+++ b/FlexLexer.h
@@ -1,4 +1,3 @@
-// $Header$
// FlexLexer.h -- define interfaces for lexical analyzer classes generated
// by flex
diff --git a/ccl.c b/ccl.c
index 215ae6b..20d4b37 100644
--- a/ccl.c
+++ b/ccl.c
@@ -26,8 +26,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header$ */
-
#include "flexdef.h"
/* ccladd - add a single character to a ccl */
diff --git a/dfa.c b/dfa.c
index 060a993..9d333a9 100644
--- a/dfa.c
+++ b/dfa.c
@@ -26,8 +26,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header$ */
-
#include "flexdef.h"
diff --git a/ecs.c b/ecs.c
index 4c3b950..0394a4f 100644
--- a/ecs.c
+++ b/ecs.c
@@ -26,8 +26,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header$ */
-
#include "flexdef.h"
/* ccl2ecl - convert character classes to set of equivalence classes */
diff --git a/flex.skl b/flex.skl
index e841bc7..218f8fa 100644
--- a/flex.skl
+++ b/flex.skl
@@ -1,9 +1,5 @@
/* A lexical scanner generated by flex */
-/* Scanner skeleton version:
- * $Header$
- */
-
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
diff --git a/flexdef.h b/flexdef.h
index b51264a..81fd5e2 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -26,8 +26,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* @(#) $Header$ (LBL) */
-
#include <stdio.h>
#include <ctype.h>
diff --git a/gen.c b/gen.c
index e3bb628..4195494 100644
--- a/gen.c
+++ b/gen.c
@@ -26,8 +26,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header$ */
-
#include "flexdef.h"
diff --git a/libmain.c b/libmain.c
index 079e1eb..2ad048a 100644
--- a/libmain.c
+++ b/libmain.c
@@ -1,7 +1,5 @@
/* libmain - flex run-time support library "main" function */
-/* $Header$ */
-
extern int yylex();
int main( argc, argv )
diff --git a/libyywrap.c b/libyywrap.c
index aa2cb13..bf90444 100644
--- a/libyywrap.c
+++ b/libyywrap.c
@@ -1,7 +1,5 @@
/* libyywrap - flex run-time support library "yywrap" function */
-/* $Header$ */
-
int yywrap()
{
return 1;
diff --git a/main.c b/main.c
index 2e0fb19..ff4e3e2 100644
--- a/main.c
+++ b/main.c
@@ -32,9 +32,6 @@ char copyright[] =
All rights reserved.\n";
#endif /* not lint */
-/* $Header$ */
-
-
#include "flexdef.h"
#include "version.h"
diff --git a/misc.c b/misc.c
index 32acd97..05d65d0 100644
--- a/misc.c
+++ b/misc.c
@@ -26,8 +26,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header$ */
-
#include "flexdef.h"
diff --git a/nfa.c b/nfa.c
index 801408e..216cc30 100644
--- a/nfa.c
+++ b/nfa.c
@@ -26,8 +26,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header$ */
-
#include "flexdef.h"
diff --git a/parse.y b/parse.y
index 650397b..460cd35 100644
--- a/parse.y
+++ b/parse.y
@@ -33,9 +33,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header$ */
-
-
/* Some versions of bison are broken in that they use alloca() but don't
* declare it properly. The following is the patented (just kidding!)
* #ifdef chud to fix the problem, courtesy of Francois Pinard.
diff --git a/scan.l b/scan.l
index 7b894f6..44e705a 100644
--- a/scan.l
+++ b/scan.l
@@ -27,8 +27,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header$ */
-
#include "flexdef.h"
#include "parse.h"
diff --git a/sym.c b/sym.c
index a7dd20b..71a5652 100644
--- a/sym.c
+++ b/sym.c
@@ -26,8 +26,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header$ */
-
#include "flexdef.h"
/* Variables for symbol tables:
diff --git a/tblcmp.c b/tblcmp.c
index 32d2cd5..51a680b 100644
--- a/tblcmp.c
+++ b/tblcmp.c
@@ -26,8 +26,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header$ */
-
#include "flexdef.h"
diff --git a/yylex.c b/yylex.c
index 2d801db..1b02771 100644
--- a/yylex.c
+++ b/yylex.c
@@ -26,8 +26,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header$ */
-
#include <ctype.h>
#include "flexdef.h"
#include "parse.h"