From: keie Date: Fri, 11 Jan 1985 17:03:53 +0000 (+0000) Subject: Added RCS id. X-Git-Tag: release-5-5~5777 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=14a9b13fd3018928b935de58475b5d94345204a0;p=ack.git Added RCS id. --- diff --git a/mach/i86/cg/mach.c b/mach/i86/cg/mach.c index aa1b37ba0..aca612b14 100644 --- a/mach/i86/cg/mach.c +++ b/mach/i86/cg/mach.c @@ -15,6 +15,11 @@ * */ +#ifndef NORCSID +static char rcs_m[]= "$Header$" ; +static char rcs_mh[]= ID_MH ; +#endif + /* * machine dependent back end routines for the Intel 8086 */ @@ -23,7 +28,7 @@ con_part(sz,w) register sz; word w; { while (part_size % sz) part_size++; - if (part_size == EM_WSIZE) + if (part_size == TEM_WSIZE) part_flush(); if (sz == 1) { w &= 0xFF; diff --git a/mach/i86/cg/mach.h b/mach/i86/cg/mach.h index 6fd5a83a3..139393eb9 100644 --- a/mach/i86/cg/mach.h +++ b/mach/i86/cg/mach.h @@ -1,3 +1,7 @@ +#ifndef NORCSID +#define ID_MH "$Header$" +#endif + #define ex_ap(y) fprintf(codefile,".extern %s\n",y) #define in_ap(y) /* nothing */ diff --git a/mach/i86/cg/table b/mach/i86/cg/table index 482fd6085..d2440d0ee 100644 --- a/mach/i86/cg/table +++ b/mach/i86/cg/table @@ -1,3 +1,4 @@ +"$Header$" /* * (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands. *