From f39171e3c441577d04c3bd8857fbc2b5b93bb605 Mon Sep 17 00:00:00 2001 From: sater Date: Sat, 19 May 1984 12:52:21 +0000 Subject: [PATCH] added rcsid --- mach/pdp/cg/mach.c | 4 ++++ mach/pdp/cg/mach.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/mach/pdp/cg/mach.c b/mach/pdp/cg/mach.c index 1f8c0dea7..cd33ca5d1 100644 --- a/mach/pdp/cg/mach.c +++ b/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. * diff --git a/mach/pdp/cg/mach.h b/mach/pdp/cg/mach.h index db107c1d4..ec06f42a2 100644 --- a/mach/pdp/cg/mach.h +++ b/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 */ -- 2.34.1