src/protocols/zephyr/ZMakeAscii.c

changeset 11105
842fa517e08c
parent 8792
b0645c9dc276
child 11368
309f48734bd0
--- a/src/protocols/zephyr/ZMakeAscii.c	Wed Jul 13 05:49:04 2005 +0000
+++ b/src/protocols/zephyr/ZMakeAscii.c	Thu Jul 14 02:19:01 2005 +0000
@@ -3,22 +3,14 @@
  *
  *	Created by:	Robert French
  *
- *	$Source$
- *	$Author: chipx86 $
- *
  *	Copyright (c) 1987 by the Massachusetts Institute of Technology.
  *	For copying and distribution information, see the file
  *	"mit-copyright.h". 
  */
-/* $Header$ */
 
 #include "internal.h"
 #include <assert.h>
 
-#ifndef lint
-static const char rcsid_ZMakeAscii_c[] = "$Id: ZMakeAscii.c 9554 2004-04-24 09:02:28Z chipx86 $";
-#endif
-
 static char *itox_chars = "0123456789ABCDEF";
 
 Code_t ZMakeAscii(ptr, len, field, num)

mercurial