summaryrefslogtreecommitdiff
path: root/zwgc/lexer.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-11-15 13:13:29 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-11-15 13:13:29 +0000
commit19f146f3d7deb9c42f4a8e63887208aa199dc68b (patch)
treefdc1d4d2370223bce0d2bc2c737b683b231c74a7 /zwgc/lexer.c
parent25f5d9268bced9b5529bedf4815055bfa1224488 (diff)
fix RCS headers
Diffstat (limited to 'zwgc/lexer.c')
-rw-r--r--zwgc/lexer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/lexer.c b/zwgc/lexer.c
index 802bfb3..5ee3f81 100644
--- a/zwgc/lexer.c
+++ b/zwgc/lexer.c
@@ -13,7 +13,7 @@
*/
#if (!defined(lint) && !defined(SABER))
-static char rcsid_lexer_c[] = "$Header$";
+static char rcsid_lexer_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>