summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvern <vern>1993-09-16 20:31:48 +0000
committervern <vern>1993-09-16 20:31:48 +0000
commiteb4f35641908abc3b9084e33747313d80d48199c (patch)
tree66445c966a4905c214b24a4d7bfb508623d7b0f5
parent8e54e21e48aa0833c55d78dfe745e81e9771d6df (diff)
downloadflex-eb4f35641908abc3b9084e33747313d80d48199c.tar.gz
nuked static RCS string
-rw-r--r--ccl.c5
-rw-r--r--dfa.c5
-rw-r--r--ecs.c5
-rw-r--r--gen.c5
-rw-r--r--main.c5
-rw-r--r--misc.c5
-rw-r--r--nfa.c5
-rw-r--r--parse.y5
-rw-r--r--scan.l5
-rw-r--r--sym.c5
-rw-r--r--tblcmp.c5
-rw-r--r--yylex.c5
12 files changed, 12 insertions, 48 deletions
diff --git a/ccl.c b/ccl.c
index bf35bf0..16ded97 100644
--- a/ccl.c
+++ b/ccl.c
@@ -26,10 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/ccl.c,v 2.8 1993/07/05 21:31:46 vern Exp $ (LBL)";
-#endif
+/* $Header: /cvsroot/flex/flex/ccl.c,v 2.9 1993/09/16 20:32:14 vern Exp $ */
#include "flexdef.h"
diff --git a/dfa.c b/dfa.c
index 4eb5880..2ed0a0a 100644
--- a/dfa.c
+++ b/dfa.c
@@ -26,10 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/dfa.c,v 2.13 1993/08/25 16:40:03 vern Exp $ (LBL)";
-#endif
+/* $Header: /cvsroot/flex/flex/dfa.c,v 2.14 1993/09/16 20:32:20 vern Exp $ */
#include "flexdef.h"
diff --git a/ecs.c b/ecs.c
index c7aabb9..6586e7b 100644
--- a/ecs.c
+++ b/ecs.c
@@ -26,10 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/ecs.c,v 2.7 1993/04/14 22:41:48 vern Exp $ (LBL)";
-#endif
+/* $Header: /cvsroot/flex/flex/ecs.c,v 2.8 1993/09/16 20:32:09 vern Exp $ */
#include "flexdef.h"
diff --git a/gen.c b/gen.c
index a62cd3b..4567523 100644
--- a/gen.c
+++ b/gen.c
@@ -26,10 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/gen.c,v 2.18 1993/08/25 17:10:57 vern Exp $ (LBL)";
-#endif
+/* $Header: /cvsroot/flex/flex/gen.c,v 2.19 1993/09/16 20:32:08 vern Exp $ */
#include "flexdef.h"
diff --git a/main.c b/main.c
index 7ac12f0..1050880 100644
--- a/main.c
+++ b/main.c
@@ -32,10 +32,7 @@ char copyright[] =
All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/main.c,v 2.17 1993/09/16 20:28:08 vern Exp $ (LBL)";
-#endif
+/* $Header: /cvsroot/flex/flex/main.c,v 2.18 1993/09/16 20:32:06 vern Exp $ */
#include "flexdef.h"
diff --git a/misc.c b/misc.c
index 951e9c3..fd62261 100644
--- a/misc.c
+++ b/misc.c
@@ -26,10 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/misc.c,v 2.16 1993/08/25 16:52:05 vern Exp $ (LBL)";
-#endif
+/* $Header: /cvsroot/flex/flex/misc.c,v 2.17 1993/09/16 20:32:05 vern Exp $ */
#include "flexdef.h"
diff --git a/nfa.c b/nfa.c
index 74f2ec1..4ef5a23 100644
--- a/nfa.c
+++ b/nfa.c
@@ -26,10 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/nfa.c,v 2.9 1993/07/05 21:36:26 vern Exp $ (LBL)";
-#endif
+/* $Header: /cvsroot/flex/flex/nfa.c,v 2.10 1993/09/16 20:32:04 vern Exp $ */
#include "flexdef.h"
diff --git a/parse.y b/parse.y
index 1b59b91..a27bf9c 100644
--- a/parse.y
+++ b/parse.y
@@ -29,10 +29,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/parse.y,v 2.10 1993/07/05 21:36:47 vern Exp $ (LBL)";
-#endif
+/* $Header: /cvsroot/flex/flex/parse.y,v 2.11 1993/09/16 20:33:25 vern Exp $ */
#include "flexdef.h"
diff --git a/scan.l b/scan.l
index 46ad3a4..71f9c9e 100644
--- a/scan.l
+++ b/scan.l
@@ -27,10 +27,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/scan.l,v 2.17 1993/09/16 20:27:27 vern Exp $ (LBL)";
-#endif
+/* $Header: /cvsroot/flex/flex/scan.l,v 2.18 1993/09/16 20:33:21 vern Exp $ */
#include "flexdef.h"
#include "parse.h"
diff --git a/sym.c b/sym.c
index 6458ac2..3c1bb54 100644
--- a/sym.c
+++ b/sym.c
@@ -26,10 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/sym.c,v 2.7 1993/06/12 13:42:18 vern Exp $ (LBL)";
-#endif
+/* $Header: /cvsroot/flex/flex/sym.c,v 2.8 1993/09/16 20:32:03 vern Exp $ */
#include "flexdef.h"
diff --git a/tblcmp.c b/tblcmp.c
index bebf755..f688247 100644
--- a/tblcmp.c
+++ b/tblcmp.c
@@ -26,10 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/tblcmp.c,v 2.8 1993/07/05 21:37:27 vern Exp $ (LBL)";
-#endif
+/* $Header: /cvsroot/flex/flex/tblcmp.c,v 2.9 1993/09/16 20:32:00 vern Exp $ */
#include "flexdef.h"
diff --git a/yylex.c b/yylex.c
index ff971cc..bc365ab 100644
--- a/yylex.c
+++ b/yylex.c
@@ -26,10 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static char rcsid[] =
- "@(#) $Header: /cvsroot/flex/flex/yylex.c,v 2.9 1993/08/25 16:40:25 vern Exp $ (LBL)";
-#endif
+/* $Header: /cvsroot/flex/flex/yylex.c,v 2.10 1993/09/16 20:31:48 vern Exp $ */
#include <ctype.h>
#include "flexdef.h"