瀏覽代碼

added rcsid

sater 40 年之前
父節點
當前提交
ef3aa6fa57
共有 3 個文件被更改,包括 10 次插入0 次删除
  1. 2 0
      util/misc/Makefile
  2. 4 0
      util/misc/decode.c
  3. 4 0
      util/misc/encode.c

+ 2 - 0
util/misc/Makefile

@@ -1,3 +1,5 @@
+# $Header$
+
 d=../..
 h=$d/h
 l=$d/lib

+ 4 - 0
util/misc/decode.c

@@ -15,6 +15,10 @@
  *
  */
 
+#ifndef NORCSID
+static char rcsid[] = "$Header$";
+#endif
+
 /*
  * Decode compact EM assembly language
  *

+ 4 - 0
util/misc/encode.c

@@ -15,6 +15,10 @@
  *
  */
 
+#ifndef NORCSID
+static char rcsid[] = "$Header$";
+#endif
+
 /*
  * Encode to compact EM assembly language
  *