added rcsid
authorsater <none@none>
Tue, 26 Jun 1984 10:08:37 +0000 (10:08 +0000)
committersater <none@none>
Tue, 26 Jun 1984 10:08:37 +0000 (10:08 +0000)
util/misc/Makefile
util/misc/decode.c
util/misc/encode.c

index 10db0cb..32cd9ad 100644 (file)
@@ -1,3 +1,5 @@
+# $Header$
+
 d=../..
 h=$d/h
 l=$d/lib
index b239d92..6edcc8b 100644 (file)
  *
  */
 
+#ifndef NORCSID
+static char rcsid[] = "$Header$";
+#endif
+
 /*
  * Decode compact EM assembly language
  *
index 86e76ac..0aee627 100644 (file)
  *
  */
 
+#ifndef NORCSID
+static char rcsid[] = "$Header$";
+#endif
+
 /*
  * Encode to compact EM assembly language
  *