summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-11-08 09:35:05 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-11-08 09:35:05 +0000
commit816c3bb844aaf0d670fb3c94ddec863e93ae4e02 (patch)
tree967a952a2e04cac46f1045065c0107f132a113b9 /zwgc
parent99620ca7946bcaa27ce07ce1ea20152b04541edc (diff)
fix up RCSID strings
(don't need them in header files)
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/X_driver.h4
-rw-r--r--zwgc/X_fonts.h4
-rw-r--r--zwgc/X_gram.h4
-rw-r--r--zwgc/browser.h4
-rw-r--r--zwgc/buffer.h4
-rw-r--r--zwgc/character_class.h4
-rw-r--r--zwgc/error.h4
-rw-r--r--zwgc/eval.h4
-rw-r--r--zwgc/exec.h4
-rw-r--r--zwgc/file.h4
-rw-r--r--zwgc/formatter.h4
-rw-r--r--zwgc/lexer.h4
-rw-r--r--zwgc/main.h4
-rw-r--r--zwgc/mux.h4
-rw-r--r--zwgc/node.h4
-rw-r--r--zwgc/notice.h4
-rw-r--r--zwgc/parser.h4
-rw-r--r--zwgc/pointer.h4
-rw-r--r--zwgc/port.h4
-rw-r--r--zwgc/regexp.h4
-rw-r--r--zwgc/stack.h4
-rw-r--r--zwgc/subscriptions.h4
-rw-r--r--zwgc/substitute.h4
-rw-r--r--zwgc/text_operations.h4
-rw-r--r--zwgc/variables.h4
-rw-r--r--zwgc/xmark.h4
-rw-r--r--zwgc/xselect.h4
-rw-r--r--zwgc/xshow.h4
-rw-r--r--zwgc/zephyr.h4
-rw-r--r--zwgc/zwgc.h4
30 files changed, 30 insertions, 90 deletions
diff --git a/zwgc/X_driver.h b/zwgc/X_driver.h
index 034b774..9e04aa3 100644
--- a/zwgc/X_driver.h
+++ b/zwgc/X_driver.h
@@ -9,15 +9,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_X_driver_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/X_fonts.h b/zwgc/X_fonts.h
index 6b8f4e9..3b177cc 100644
--- a/zwgc/X_fonts.h
+++ b/zwgc/X_fonts.h
@@ -9,15 +9,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_X_fonts_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/X_gram.h b/zwgc/X_gram.h
index 184a0a0..180f471 100644
--- a/zwgc/X_gram.h
+++ b/zwgc/X_gram.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_X_gram_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/browser.h b/zwgc/browser.h
index da67f47..52385ec 100644
--- a/zwgc/browser.h
+++ b/zwgc/browser.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_browser_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/buffer.h b/zwgc/buffer.h
index d95d557..f07035d 100644
--- a/zwgc/buffer.h
+++ b/zwgc/buffer.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_buffer_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/character_class.h b/zwgc/character_class.h
index 62e9a70..4fe3c36 100644
--- a/zwgc/character_class.h
+++ b/zwgc/character_class.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_character_class_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/error.h b/zwgc/error.h
index f99fc45..54d9cc8 100644
--- a/zwgc/error.h
+++ b/zwgc/error.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_error_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/eval.h b/zwgc/eval.h
index 088fb5f..a8d845e 100644
--- a/zwgc/eval.h
+++ b/zwgc/eval.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_eval_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/exec.h b/zwgc/exec.h
index d53c0ff..e7f28f3 100644
--- a/zwgc/exec.h
+++ b/zwgc/exec.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_exec_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/file.h b/zwgc/file.h
index a51a5e7..490742f 100644
--- a/zwgc/file.h
+++ b/zwgc/file.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_file_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/formatter.h b/zwgc/formatter.h
index 677c904..591e3d3 100644
--- a/zwgc/formatter.h
+++ b/zwgc/formatter.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_formatter_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/lexer.h b/zwgc/lexer.h
index 54afbc3..aeca4f0 100644
--- a/zwgc/lexer.h
+++ b/zwgc/lexer.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_lexer_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/main.h b/zwgc/main.h
index 7a58df1..663afb3 100644
--- a/zwgc/main.h
+++ b/zwgc/main.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_main_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/mux.h b/zwgc/mux.h
index 9c62a83..c552bd4 100644
--- a/zwgc/mux.h
+++ b/zwgc/mux.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_mux_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/node.h b/zwgc/node.h
index b4d273a..35ac013 100644
--- a/zwgc/node.h
+++ b/zwgc/node.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_node_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/notice.h b/zwgc/notice.h
index bafc44c..c248060 100644
--- a/zwgc/notice.h
+++ b/zwgc/notice.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_notice_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/parser.h b/zwgc/parser.h
index 89ca29b..f3f35a1 100644
--- a/zwgc/parser.h
+++ b/zwgc/parser.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_parser_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/pointer.h b/zwgc/pointer.h
index d76c133..4b98444 100644
--- a/zwgc/pointer.h
+++ b/zwgc/pointer.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_pointer_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/port.h b/zwgc/port.h
index d9efc2b..efb4308 100644
--- a/zwgc/port.h
+++ b/zwgc/port.h
@@ -9,15 +9,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_port_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/regexp.h b/zwgc/regexp.h
index bdfe703..dcf1932 100644
--- a/zwgc/regexp.h
+++ b/zwgc/regexp.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_regexp_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/stack.h b/zwgc/stack.h
index b4c2537..d065967 100644
--- a/zwgc/stack.h
+++ b/zwgc/stack.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_stack_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/subscriptions.h b/zwgc/subscriptions.h
index c699f08..d8ca30e 100644
--- a/zwgc/subscriptions.h
+++ b/zwgc/subscriptions.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_subscriptions_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/substitute.h b/zwgc/substitute.h
index 0be4b2b..f95543c 100644
--- a/zwgc/substitute.h
+++ b/zwgc/substitute.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_substitute_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/text_operations.h b/zwgc/text_operations.h
index a50cc18..6eca57a 100644
--- a/zwgc/text_operations.h
+++ b/zwgc/text_operations.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_text_operations_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/variables.h b/zwgc/variables.h
index 6716ba4..ec2a4c9 100644
--- a/zwgc/variables.h
+++ b/zwgc/variables.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_variables_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/xmark.h b/zwgc/xmark.h
index 4b7a77e..7eea2f0 100644
--- a/zwgc/xmark.h
+++ b/zwgc/xmark.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_xmark_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/xselect.h b/zwgc/xselect.h
index 20e145a..96f495e 100644
--- a/zwgc/xselect.h
+++ b/zwgc/xselect.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_xselect_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/xshow.h b/zwgc/xshow.h
index f6a4427..a947f56 100644
--- a/zwgc/xshow.h
+++ b/zwgc/xshow.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_xshow_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/zephyr.h b/zwgc/zephyr.h
index b0c83b7..a569ac2 100644
--- a/zwgc/zephyr.h
+++ b/zwgc/zephyr.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_zephyr_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>
diff --git a/zwgc/zwgc.h b/zwgc/zwgc.h
index 6a8c3bb..2b88da3 100644
--- a/zwgc/zwgc.h
+++ b/zwgc/zwgc.h
@@ -6,15 +6,13 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1989 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-#if (!defined(lint) && !defined(SABER))
-static char rcsid_zwgc_h[] = "$Header$";
-#endif
#include <zephyr/mit-copyright.h>