]> granicus.if.org Git - flex/commitdiff
remove extraneous rcs keywords
authorWill Estes <wlestes@users.sourceforge.net>
Thu, 3 May 2001 19:05:23 +0000 (19:05 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Thu, 3 May 2001 19:05:23 +0000 (19:05 +0000)
17 files changed:
FlexLexer.h
ccl.c
dfa.c
ecs.c
flex.skl
flexdef.h
gen.c
libmain.c
libyywrap.c
main.c
misc.c
nfa.c
parse.y
scan.l
sym.c
tblcmp.c
yylex.c

index 7a5bb43147ddba64f1705c6f6b25f9c815628dd3..dc5159ec4ba9f216ad3694169abefeb470b7a094 100644 (file)
@@ -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 215ae6bf1ea4d6953598c81a9b84fbdc20410297..20d4b37e5db7181f98b573adcc2c45f286225bdd 100644 (file)
--- 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 060a993f506eedc7e3261b8b05b421405a2377b6..9d333a964d6cfed74778a531f07c249284a4e538 100644 (file)
--- 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 4c3b9500cf45cb269b35cb267d13b3387b47a829..0394a4ffcdf280140ec0277bfadcd31f0b7e9ba6 100644 (file)
--- 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 */
index e841bc7d8ab7c19a57ddcd96a97ebf5c2ac2f104..218f8fab0b12ef531b2a4b7192a93e0c77d59988 100644 (file)
--- 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
index b51264a2c31e646c1b14e192ca13221ae16cfa57..81fd5e2725c2e3325e46b4deef46f239fa3c6398 100644 (file)
--- 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 e3bb628e7dc59e430262abda13b7f2656044183d..4195494ce97d9814d845a38b268ad0c113c340d6 100644 (file)
--- a/gen.c
+++ b/gen.c
@@ -26,8 +26,6 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-/* $Header$ */
-
 #include "flexdef.h"
 
 
index 079e1eb6acb79f4a696bc7421734bf257e277b28..2ad048a8a0d08bfff8a1385e168eb4aa56f6b452 100644 (file)
--- 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 )
index aa2cb137610b7981e8bb8378a2333989f0dc6460..bf90444d5a1939e62b7e0be45d09436e2325f0ea 100644 (file)
@@ -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 2e0fb199a61ee24e15af94d9757e56ae5a628968..ff4e3e25b7caa0f30fe635b0a428750095a84f32 100644 (file)
--- 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 32acd97b5e24fb27db2b34971bcea351407fe3d6..05d65d017c372ddb0876a4cab5f785c2adb4a4f8 100644 (file)
--- 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 801408e1949613ba92ad24970f4077f1561d5859..216cc301e9e1c2a0f5c1ddc63f705339213ed2f1 100644 (file)
--- 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 650397b9e4c30ed1d695e598ff5ff1ef58625223..460cd35b8f86caf7235c7c3670e024d0c0ebfde6 100644 (file)
--- 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 7b894f6885bf59eb167ba8c6d380a152caa8f2b1..44e705a079aec550bd71a625704a3a2225cab8aa 100644 (file)
--- 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 a7dd20ba15a6bc3060c8cbb1c0442fe467f7b54b..71a5652a42cfa1083b52ce9d1498ef157ea078cf 100644 (file)
--- 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:
index 32d2cd5751227a40a14960a0116d526d876418ff..51a680b7529e2c27b71889844f97ed010a367377 100644 (file)
--- 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 2d801dba72676d2d59c53adbe9b2cd65772136f4..1b02771d221853fe1f1d8576db7f39e7665bfb75 100644 (file)
--- 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"