From: Will Estes Date: Thu, 3 May 2001 19:05:23 +0000 (+0000) Subject: remove extraneous rcs keywords X-Git-Tag: flex-2-5-5c~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10b5b811d5d382f63fef627e5c8e3eca04183502;p=flex remove extraneous rcs keywords --- 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 #include 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 #include "flexdef.h" #include "parse.h"