소스 검색

added rcsid

sater 40 년 전
부모
커밋
f39171e3c4
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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 */