summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-11-15 11:34:42 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-11-15 11:34:42 +0000
commit25f5d9268bced9b5529bedf4815055bfa1224488 (patch)
treee03f00d81af5d29c5a3e03d49251d5330a4852d6 /zwgc
parentdb4200143a7a0f70e6196e58e8d4d21219f07b68 (diff)
fix RCS string
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/character_class.c2
-rw-r--r--zwgc/error.c2
-rw-r--r--zwgc/eval.c2
-rw-r--r--zwgc/file.c2
-rw-r--r--zwgc/formatter.c2
-rw-r--r--zwgc/parser.y2
-rw-r--r--zwgc/regexp.c2
-rw-r--r--zwgc/substitute.c2
-rw-r--r--zwgc/text_operations.c2
-rw-r--r--zwgc/variables.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/zwgc/character_class.c b/zwgc/character_class.c
index 653e0e8..4140050 100644
--- a/zwgc/character_class.c
+++ b/zwgc/character_class.c
@@ -13,7 +13,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_character_class_c[] = "$Header$";
+static char rcsid_character_class_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/error.c b/zwgc/error.c
index 34eefa0..f24e97a 100644
--- a/zwgc/error.c
+++ b/zwgc/error.c
@@ -13,7 +13,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_error_c[] = "$Header$";
+static char rcsid_error_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/eval.c b/zwgc/eval.c
index 3f684d3..540f060 100644
--- a/zwgc/eval.c
+++ b/zwgc/eval.c
@@ -13,7 +13,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_eval_c[] = "$Header$";
+static char rcsid_eval_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/file.c b/zwgc/file.c
index e862dfb..2f048dd 100644
--- a/zwgc/file.c
+++ b/zwgc/file.c
@@ -13,7 +13,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_file_c[] = "$Header$";
+static char rcsid_file_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/formatter.c b/zwgc/formatter.c
index 47bd7d4..c4aea52 100644
--- a/zwgc/formatter.c
+++ b/zwgc/formatter.c
@@ -13,7 +13,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_formatter_c[] = "$Header$";
+static char rcsid_formatter_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/parser.y b/zwgc/parser.y
index 91334b3..ac9ed20 100644
--- a/zwgc/parser.y
+++ b/zwgc/parser.y
@@ -14,7 +14,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_parser_y[] = "$Header$";
+static char rcsid_parser_y[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/regexp.c b/zwgc/regexp.c
index 57533bb..3b3cdf0 100644
--- a/zwgc/regexp.c
+++ b/zwgc/regexp.c
@@ -13,7 +13,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_regexp_c[] = "$Header$";
+static char rcsid_regexp_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/substitute.c b/zwgc/substitute.c
index 33f2218..92805d9 100644
--- a/zwgc/substitute.c
+++ b/zwgc/substitute.c
@@ -13,7 +13,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_substitute_c[] = "$Header$";
+static char rcsid_substitute_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/text_operations.c b/zwgc/text_operations.c
index ba1821a..2ebd170 100644
--- a/zwgc/text_operations.c
+++ b/zwgc/text_operations.c
@@ -13,7 +13,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_text_operations_c[] = "$Header$";
+static char rcsid_text_operations_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/variables.c b/zwgc/variables.c
index c27247a..2f9f13c 100644
--- a/zwgc/variables.c
+++ b/zwgc/variables.c
@@ -13,7 +13,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_variables_c[] = "$Header$";
+static char rcsid_variables_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>