sater %!s(int64=40) %!d(string=hai) anos
pai
achega
ef3aa6fa57
Modificáronse 3 ficheiros con 10 adicións e 0 borrados
  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
  *