Browse Source

added rcsid

sater 40 years ago
parent
commit
375edf71c7
2 changed files with 6 additions and 0 deletions
  1. 4 0
      mach/pdp/cg/mach.c
  2. 2 0
      mach/pdp/cg/mach.h

+ 4 - 0
mach/pdp/cg/mach.c

@@ -1,3 +1,7 @@
+#ifndef NORCSID
+static char rcsid[] = "$Header$";
+#endif
+
 /*
  * (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
  *

+ 2 - 0
mach/pdp/cg/mach.h

@@ -1,3 +1,5 @@
+/* $Header$ */
+
 #define ex_ap(y)	fprintf(codefile,"\t.globl %s\n",y)
 #define in_ap(y)	/* nothing */