From: garde Date: Mon, 18 Mar 1985 12:55:07 +0000 (+0000) Subject: Added RCS id. X-Git-Tag: release-5-5~5550 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=80e349860b5bc707945fb7f341124c78fb77ff6a;p=ack.git Added RCS id. --- diff --git a/mach/i80/ncg/mach.c b/mach/i80/ncg/mach.c index cdaf75f45..4482e423d 100644 --- a/mach/i80/ncg/mach.c +++ b/mach/i80/ncg/mach.c @@ -15,6 +15,10 @@ * */ +#ifndef NORCSID +static char rcsid[]= "$Header$" ; +#endif + /* * machine dependent back end routines for the Intel 8080. */ diff --git a/mach/i80/ncg/mach.h b/mach/i80/ncg/mach.h index b4550770d..873828545 100644 --- a/mach/i80/ncg/mach.h +++ b/mach/i80/ncg/mach.h @@ -1,3 +1,4 @@ +/* $Header$ */ #define ex_ap(y) fprintf(codefile,".extern %s\n",y) #define in_ap(y) /* nothing */ diff --git a/mach/i80/ncg/table b/mach/i80/ncg/table index 39a794659..8c885046f 100644 --- a/mach/i80/ncg/table +++ b/mach/i80/ncg/table @@ -7,6 +7,8 @@ /************************************************************/ +rcsid = "$Header$" + EM_WSIZE = 2 EM_PSIZE = 2 EM_BSIZE = 4